Commons Attribution-Share Alike 4.0 truetrue English Step response of a dynamical system created with Julia (programming language) German Sprungantwort eines...
iX=(Zx-ZxMin)/PixelWidth; iY=(Zy-ZyMin)/PixelHeight; /* */ /* plot pixel = boundary of Filled-in Julia set = Julia set*/ iTemp=((iYmax-iY-1)*iXmax+iX)*3; array[iTemp]=255;...
one image to png using Image Magic : convert 0.420000.pgm p.png /* c program: 1. draws Julia set for z^14-z http://www.ijon.de/mathe/julia/node6.html using...
Convert one image to png using Image Magic : convert 0.420000.pgm p.png /* Adam Majewski fraktal.republika.pl c program: 1. draws Julia set for z^15-z using...
/* c console program 1. draws Julia setfor Fc(z)=z*z +c using : colors exterior of Julia set using modified decomposition dynamic 1D array for 24-bit color...
iX=(Zx-ZxMin)/PixelWidth; iY=(Zy-ZyMin)/PixelHeight; /* */ /* plot pixel = boundary of Filled-in Julia set = Julia set*/ iTemp=((iYmax-iY-1)*iXmax+iX)*3; array[iTemp]=255;...
set title "Relation between z and DLD in the interior of Julia set for c = -1" set output "interior.svg" plot "i.txt" with lines ----------------------...
48 iStep = 48 ; in ray j= 4 there is a gap from i= 110 to i= 112 iStep = 2 ; dStep = 0.000471 in ray j= 4 there is a gap from i= 118 to i= 120 iStep = 2 ;...
/* c program: 1. draws Julia set for z^4-z using boolean escape time ) ------------------------------- 2. technic of creating ppm file is based on the...
GiveJuliaPoints(c,iMax,probability):= block( xyv:[], /* */ array(Hits,fixnum,iXmax,iYmax), /* 2D array of hits pixels . Hit > 0 means that point was in orbit...