| Fractals were popularised by Mandelbrot in 1975 in his book Les Objets Fractals: Forme, Hasard et Dimension. In this book, Mandelbrot used the term fractal to describe a number of mathematical phenomena that seemed to exhibit chaotic or surprising behaviour. All of these phenomena involved the definition of some curve or set through the use of some recursive functions or algorithms. The Mandelbrot set is one such phenomena that is named after its discoverer. |
| Java/C versions of algorithms in Computation Beauty of Nature: |
| Fractals Unleashed! |
| Create your own fractal tree |
| Another L-System demonstration |
| How particles moving with simple rules can form complex patterns: The Mandelbrot example |
|
interesting examples: Fractal Clock Fractal Music uses of fractals L-system based fractals The fractal applet Java fractal Fractal extreme!
and more links: |
|
L-systems are sets of rules and symbols (also known as "formal grammars") that model growth processes. The name "L-system" is short for "Lindenmayer System", after Aristid Lindenmayer, who was one of the first people to use syntactic methods to model growth. A simple L-system contains four elements:
1. VARIABLES are symbols denoting elements that can are replaced. |
|
Code examples: |