norvig / pytudes

Python programs, usually short, of considerable difficulty, to perfect particular skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chaos with triangles

cdragun opened this issue · comments

Hi,

I have extended your & John Cook's work on this topic using fractional steps and wanted to share that. There is a 'chaotic' puzzle to this when the fractional step is -1 and could be an interesting topic in itself:

https://github.com/cdragun/python-progs/blob/master/Sierpinski.ipynb

Regards,
Chandra