Some Julia sets by Michael Becker, 8/2003
- original code from 2005 under GNU GPL licence
- modified code from 2021 under GNU GPL licence
- see also new not original code and images:
- b036.png - original image and the same image with the src code in commons
- b011.png original image and the same image with the src code in commons
- b011.png original image and zoom of the same image with the src code in commons
- b012.png - original image and the same image with the src code in commons
- b015.png - original image and the same image with the src code in commons
make
/usr/bin/gcc -std=gnu89 -Wall -g -I /usr/include/glib-1.2 -I /usr/include/gtk-1.2 -I /usr/lib/glib/include -c cpoly.c
/usr/bin/gcc -std=gnu89 -Wall -g -I /usr/include/glib-1.2 -I /usr/include/gtk-1.2 -I /usr/lib/glib/include -o julia2 complex.o imagearea.o zero.o cpoly.o julia2.o `gtk-config --cflags` `gtk-config --libs` -lgthread
./julia2
Gtk-WARNING **: Failed to load module "libgail.so": libgail.so: cannot open shared object file: No such file or directory
Gtk-WARNING **: Failed to load module "libatk-bridge.so": libatk-bridge.so: cannot open shared object file: No such file or directory
Polynomial P +1.000000*z^10 -1.000000*z^1
Polynomial Q +1.000000
Polynomial P1 = diff(P) = +10.000000*z^9 -1.000000
Polynomial Q1 = diff(Q) =
rational map R = P/Q
..................................................................................................................................................................................................................................................................................................................zero failed. error code 1 at -1.008677+0.357789*i
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................zero failed. error code -1 at +0.277964-0.977380*i
Save Window as am image to directory Images : Alt-PrtScn
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/adammaj1/Some-Julia-sets-by-Michael-Becker-.git
git push -u origin main
mkdir images
git add *.png
git mv *.png ./images
git commit -m "move"
git push -u origin main
then link the images:
![](./images/n.png "description")
gitm mv -f