Re: mandelbrot in imaginary space



In article <1119503697.978471.66110@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
effbiae <effbiae@xxxxxxxxx> wrote:

> oh well, i thought i was onto something...
>
> but i don't see how the complex plane can contain sqroot(-i). in my
> (primitive) understanding, the point (x,y) in the complex plane is x +
> iy where x and y are real.
>
> now finding x and y for sqroot(-i):
> x+iy=sqroot(-i)
> =sqroot(-1.i)
> =i.sqroot(i)
> therefore x is zero and y is sqroot(i) which is not real.
> is the complex plane more general and can y have imaginary values?
>
> thanks, jack
>

let x=-1/sqrt(2) and y=1/sqrt(2).
Then both x and y are real.
Compute (x+iy)^2 = -i
Did you get that?

--
G. A. Edgar http://www.math.ohio-state.edu/~edgar/
.



Relevant Pages

  • Re: how can I return nothing?
    ... point on the complex plane. ... I think you picture a single real axis. ... A complex number has a (possibly zero but usually not) ...
    (comp.lang.c)
  • Re: how can I return nothing?
    ... snip ... ... it off the zero line in the complex plane. ... provided you specify the coordinate system. ...
    (comp.lang.c)
  • Re: unwrapped phase and zeros
    ... i am working on the group delay of speech signals and find that the signal ... Why do zeros on the unit circle affect the unwrapped ... around a zero depends on the closeness of the zero to the unit circle ... unit circle and in the upper half of the complex plane, ...
    (comp.dsp)
  • Re: CMS: where are the zeroes ?
    ... entire and that it is zero on the real axis. ... all clear how this would extend to the complex plane. ... Han de Bruijn ...
    (sci.math)
  • Re: mandelbrot in imaginary space
    ... but i don't see how the complex plane can contain sqroot. ... understanding, the point in the complex plane is x + ... thanks, jack ... Prev by Date: ...
    (sci.fractals)