Skip to content

Some Julia sets by Michael Becker. C code, gtk and glib libraries

Notifications You must be signed in to change notification settings

adammaj1/Some-Julia-sets-by-Michael-Becker-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some Julia sets by Michael Becker, 8/2003

original images z^n - z

n is even

n is odd

code

compiling and running on Ubuntu 21.04

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

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

Subdirectory

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