Probably most appropriate here. Is someone able to explain how the Mandelbrot Set works? I've watched videos on it and read up about it but it is still very confusing. I don't really know what kind of questions I have about it because though because it seems so confusing. Can anyone explain in simple terms how it works? How you can keep on going deeper into it, does it ever stop?
Hi!
I haven't really got my head around it yet as exams are approaching, but this appears to be very informative:
https://m.youtube.com/watch?v=0YaYmyfy9Z4 . I like it's explaination, "Mandelbrot Set = set of numbers that display certain properties, displayed on complex plain." Also, it mainly works on this function (right?):
f(x)=x^2+c
Where c is an arbitrary original number that you chose (e.g. 4+3i [I think])
And x is the result from the previous computation.
For example, let's do the first few terms for c=1, and x starts as 0.
f(0)=(0)^2+1=1
f(1)=(1)^2+1=2
f(2)=(2)^2+1=5
f(5)=(5)^2+1=26
etc.
This above series produces exponential growth (not sre how it is relevant; but it does).
Also, the result of each function seen above is then 'plugged' into the next function - this is the 'iteration' concept that is continually mentioned.
That's pretty much as far as my understanding has progressed, so I'm not sure how different values on the complex plane are then assigned colours and all, or even how the shape (i.e. the madelbrot set) is produced, but yeah, at least I've bumped it and maybe someone will pick up if I've made any mistakes.
EDIT: removed LaTeX as it doesn't seem to be working *sigh*