Chaos, FractalsSome references...:
"A fractal is a rough or fragmented geometric shape that can be subdivided in parts, each of which is (at least approximately) a reduced-size copy of the whole. Fractals are generally self-similar and independent of scale". "Chaos is apparently unpredictable behavior arising in a deterministic system because of great sensitivity to initial conditions." Here's logistic.lisp, the file I was working on during the class, it contains functions you can evaluate and examples you can run. You'll also need to compile and load the plot.lisp (plot routines) and the v.ins (the fm violin)... WARNING: close the plot before executing a with-sound (by doing a "(close-plot)"), execution of both will result in hanging the with-sound From the Fractal FAQs
lorenz.lisp has the Lorenz equation parser and note generator and some examples on its use. The "lorenz" program that's being used in the previous examples is part of the source code for the book The Computational Beauty of Nature. There's source code available for all examples in the book (look in here for details on programs available and how they work). They have all been downloaded to this directory. The "bin/" subdirectory holds the compiled ready-to-run binaries for linux. |
©2000-2002 Fernando Lopez-Lezcano. All Rights Reserved. nando@ccrma.stanford.edu
|