|
XMas tree fractalsThis quick Maple worksheet produces some very simple fractals that look vaguely like XMas trees. The chaos Maple library is available here. > readlib(chaos);
degrees:=Pi/180;
angle:=20;
IFS := [
DrawDetIFS(MrFace,IFS,1);
DrawIFS(IFS,20000,color=green);
IFS:=GridIFS(Lt,Rt,Up,none);
IFS := [Affine(1/2,1/2,90,90,1/2,0), Affine(1/2,1/2,-90,-90,1/2,1/2), Affine(1/2,1/2,0,0,1/4,1/2)];
DrawDetIFS(MrFace,IFS,1);
DrawIFS(IFS,20000,color=GREEN);
IFS:=GridIFS(Up,Up,Up,none);
angle:=60;
IFS := [
DrawDetIFS(MrFace,IFS,1);
DrawIFS(IFS,20000,color=green);
|
Many mathematics files on this site are in pdf format.
If your browser does not display pdf files, click here for
assistance. |