Previous: Definitions for Koch snowflakes, Up: fractals [Contents][Index]
Continuous curves that cover an area. Warning: the number of points exponentially grows with n.
Hilbert map. Argument nn must be small (5, for example). Maxima can crash if nn is 7 or greater.
Example:
(%i1) load("fractals")$ (%i2) plot2d([discrete,hilbertmap(6)])$
Sierpinski map. Argument nn must be small (5, for example). Maxima can crash if nn is 7 or greater.
Example:
(%i1) load("fractals")$ (%i2) plot2d([discrete,sierpinskimap(6)])$
Previous: Definitions for Koch snowflakes, Up: fractals [Contents][Index]