Custom Fractal Generator
This is a generic geometrical fractal builder. What you do, you enter any complex
function and it will compute for you the graphical representation of that equation.
How to use
Use z for the current complex number and z0 for
the original complex number. Practically you can use any mathematical equation.
The parser supports any mathematical operators: + - * /.To group these operators
use ( ).
Unfortunately flash is pretty slow at doing mathematical operations, so this is
pretty slow. I will have to make an ActiveX component to speed things up. But that
will require you to allow this site to run ActiveX components, so... Anyway, we’ll
see if it’s a request.
|