Question: (a+i b)^(1/2)

How could I obtain the 2 values (a, b are reals) of this complex number?

I tried

assume(a::real)

assume(b::real)

sqrt(a+i b)    and     (a+i b)^(1/2)  give back the input.

Thanks,             Sandor

Please Wait...