Homework Statement
let z' = (a,b), find z in C such that z^2 = z'
Homework EquationsThe Attempt at a Solution
let z = (x,y) then z^2 = (x^2-y^2, 2xy)
since z^2 = z', we have,
(x^2-y^2, 2xy) = (a,b)
comparing real and imaginary components we have;
x^2-y^2 = a,
2xy = b.
Now, this...