User Tools

Site Tools


fractal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fractal [2011/04/12 23:13] cedricfractal [2011/04/12 23:45] – [Mandelbrot] cedric
Line 1: Line 1:
 +====== Fractal landscape ======
 +Surface generated using a stochastic algorithm was my speciality when I studied fractals.
 +
 +A rapport and a presentation about landscape fractals (in french).
 +{{:rapportir.pdf|}}
 +{{:presentationir.pdf|}}
 +
 +
 ====== Iterated function system ====== ====== Iterated function system ======
  
 {{:barnsley-1.png|}} {{:barnsley-1.png|}}
  
-You can download the source code above: hg clone [[https://bitbucket.org/cedricbonhomme/iterated-function-system https://bitbucket.org/cedricbonhomme/iterated-function-system]]+You can download the source code above: hg clone [[https://bitbucket.org/cedricbonhomme/iterated-function-system https://bitbucket.org/cedricbonhomme/iterated-function-system]]
 <code ocaml> <code ocaml>
 #load "graphics.cma";; #load "graphics.cma";;
Line 131: Line 139:
 {pb= 1.0; kf= [|0.333; 0.0; 0.0; 0.333; 0.667; 0.0|]}]};; {pb= 1.0; kf= [|0.333; 0.0; 0.0; 0.333; 0.667; 0.0|]}]};;
 </code> </code>
 +
 +====== Mandelbrot ======
 +
 +{{:mandelbrot-python.png|}}