- #1
- 57
- 0
f(z) = z2 + c
Correct yes . . . under iteration, and z + c are complex numbers.But it must be under iteration. Then definitely you can do that.
Here I suppose you are saying z and c are complex numbers.
I can't say this helps me much.Just the simple equation "[itex]f(z)= z^2+ c[/itex]" is not a "definition" of anything! The Mandelbrot set is the set of all points, c, in the complex plane such that the recursion "[itex]z_{n+1}= z_n^2+ c[/itex], [itex]z_0= 0[/itex]"
For instance, if I wanted to implement the recursion in Excel, I would in essence specify it as f(z) = z^2 + cJust the simple equation "[itex]f(z)= z^2+ c[/itex]" is not a "definition" of anything! The Mandelbrot set is the set of all points, c, in the complex plane such that the recursion "[itex]z_{n+1}= z_n^2+ c[/itex], [itex]z_0= 0[/itex]"
The mandelbrot set is often 'summarised' as z = z^2 + c so why is it wrong to write f(z) = z^2 + c ????Just the simple equation "[itex]f(z)= z^2+ c[/itex]" is not a "definition" of anything! The Mandelbrot set is the set of all points, c, in the complex plane such that the recursion "[itex]z_{n+1}= z_n^2+ c[/itex], [itex]z_0= 0[/itex]"
??? Just "iterating a function" will give you a lot of numbers and a lot of points where the iteration does not converge to any number. Again, the "Mandlebrot set" is the set of complex numbers for which the iteration does converge.I can't say this helps me much.
Is it wrong to say that if you iterate the function f(z) = z^2 + c over the complex numbers, that you get the mandelbrot set?
I don't know what you mean by "summarized" here. What do you do with that iteration to get the Mandlebrot set. (The "Julia sets" use that same iteration but in a different way.)The mandelbrot set is often 'summarised' as z = z^2 + c so why is it wrong to write f(z) = z^2 + c ????
It all depends on context. If you are talking to somebody about dynamical systems, then yes, you can write it like that. If you're not in the correct context, then no, you can't. It all depends on whether the other person will understand you or not.The mandelbrot set is often 'summarised' as z = z^2 + c so why is it wrong to write f(z) = z^2 + c ????
I mis-stated my question, meant to say his equation, as opposed to the set.It all depends on context. If you are talking to somebody about dynamical systems, then yes, you can write it like that. If you're not in the correct context, then no, you can't. It all depends on whether the other person will understand you or not.
I would bet that it was z <- z2 + c, with the idea being that, starting with a specified complex number c and some complex number z, you square z, add c, and use that as your new z. Then repeat. And repeat. Ad infinitum.I mis-stated my question, meant to say his equation, as opposed to the set.
As I know, when he was asked about his work, he wrote down the equation as: z -> z^2 + c
The latter formula better captures the idea of an endless sequence of complex numbers.emergentecon said:So was wondering if, in this context, z = z^2 + c or f(z) = z^2 + c as opposed to z(n+1) = z(n)^2 + c