PDA

View Full Version : Well, I did it ;-) contineous Mandelbrot maps of the higher kind



RobbeK
02-03-2014, 15:51
Hi all,

This may be new (didn't check).

Manelbr.map of f(z)=pow(z,r)+C where r is a real number >= 2 .. animated.

More complex than the usual code.
Special thanks to Mr Charles (espec. for using atan(y,x) i.o. if the almost useless atan(a) where a=y/x
and also to Abraham De Moivre for his Cis(z) function ;-)

I'm going to speed this up (I'm on a slow computer) by defining sinq , cosq , atanq (q=quick) by settin up and using tables (as code did in the old days) , if the error is below a certain value, this will be great.

best Rob

peter
02-03-2014, 17:56
Hi robbeK,

I am missing a DoEvents!

I can't stop your programm without an error.

RobbeK
02-03-2014, 19:00
Hi Peter,

Yep , correct - forgot the "break"

added now (via a timer event)

best, Rob

peter
02-03-2014, 19:08
Hello rob,

Yes, well done!

RobbeK
02-03-2014, 19:43
Thanks Peter,

A much better inside gradient now

peter
02-03-2014, 20:08
Hi Rob,

Yes, nice gradient to see. In the middle is a pixel error (black).


I would call this Mandel crab

RobbeK
02-03-2014, 20:18
Hi Peter,

Thanks, yes -- kind of rgb overflow -- it later turns into green (I'll try to find out - the grandient is logarithmic , if a zero value comes in it will go "berserk").
Crab : when you slide Low upto 5 (the upper should shift one higher then) , you get some kind of flowers.

best Rob

TBProgramer52
03-03-2014, 07:33
I did enjoy your programs that you uploaded on the forum, Very nice indeed! Could we have of your program codes in the future? Just asking though?

RobbeK
03-03-2014, 12:31
Thanks !
But I have good teachers (Charles, Eros , Petr etc .. are very helpful, the doucmentation and the help files are super -- without these/them it would be something completely else ) -- having ideas is simple, materialise them something else imo

appreciated .. Rob

TBProgramer52
03-03-2014, 17:56
Is there a way to clear the screen, to start over with exiting out of the program & to see your creations on a full screen? Just asking though?

RobbeK
03-03-2014, 23:18
Hi,

Something as a pause, and meanwhile showing the image at higher resolution ??
That's an interesting idea, ... yes can be done -- I'll work it out (a screen capture automatically stored into the computer at the same moment ? )

best Rob