PDA

View Full Version : Confusion about O2 func declarations - O2 + TB - nice Mandelbrot maps



RobbeK
28-02-2014, 21:07
Hi all,

First try the ... JIT not the preJIT (that works)
The idea behind is (Mandelbrot is just the map where the Julia C value shows chaos or order in the function f(z)=zē+C .. I extentend this to higher powers ... the next and most interesting idea is of course to do this smoothly i.o. jumping the natural numbers - but these calculations are much more complex .. powers with real number coeff. are somewhat tricky)

Now the preJIT idea is to set up O2 functions on forehand ... however , (we had this discussion before and Mr Charles was very helpful and then firing a blank (an empty compile did the trick ) .. now it doesn't .. I may do something wrong of course (it happens all the time ;-)
Is it something related with the TBasic function declarations that need to be erased before redefined ???

thanks i advance

(I think it is not so difficult to extend this to something of the power N (N a natural number) .. there must be a system in this .. something like a Pascal triangle (binom. coeff's) similar, but then for complex numbers ....

If Mike is still around, this is the best I can find giving a gradient and glow lines inside the fractal -- sadly it is based on log(log) , but there may be a roundabout by using a few terms of a McLaurin series (I'm pretty sure).