Monday 10 February 2014

Comparing fractals

 Sierpinski triangle

The first fractal i will be comparing is a Sierpinski triangle. Basically the idea to create one outer triangle and then create three small one within that outer triangle. This process is then repeated to created the higher iteration.

By using the python's graphical command called turtle I can try and replicate this in code form.



the image above is only a second iteration. 

The next fractal i will be looking into is the Sierpinski Gasket.

No comments:

Post a Comment