Bifurk.mll

This MLL draws a picture of the so called "logistic equation" - it demonstrates the phenomenon of phase doubling before entering chaotic behavior.

Molecule.mll

This MLL draws a 3D molecule structure and animates the molecule

Plot3D.mll

This MLL draws a function from R2 -> R; the function expression can be entered and will be evaluated at runtime.

Wallpaper.mll

This MLL produces interesting patterns by iterating a very simple equation on a 2D plane - the equation that has 3 parameters a,b,c is taken from an article in Scientific American, somewhen around 1985.

Appel.mll

This MLL draws a picture of the so called "Apfelmännchen"; a visualization of an iteration process on the complex number plane

GameOfLife.mll

This MLL visualizes and animates the old well known game of life.

Plot2D.mll

This MLL draws 2 functions from R->R. The functions can be entered and are evaluated at runtime.