squaremeplz
- 114
- 0
Homework Statement
consider
a*z - b*conj(z) + c = 0
where a,b,c are unknown complex constants.
find a formula for z in terms of a, b, c
answer should be in the form "z = ..." where the ... does not contain any z or conj(z)
Homework Equations
I multiply the whole equation by z
z*(a*z - b*conj(z) + c) = 0
=
a*z^2 - b*z^2 + c*z) = 0
=
(a - b)*z^2 + c*z = 0
using the quadratic formula
z = \frac {-c \frac {+}{-} \sqrt{c^2}}{2*(a-b)}
is this correct?
thanks!