IMCONJUGATE
Returns the complex conjugate of a complex number.
EngineeringEngineering & Science
What it does
Returns the conjugate (flips sign of imaginary part).
Syntax
IMCONJUGATE(inumber)
Arguments
inumber(text) β Complex number.
Examples
Conjugate
Conjugate of 3+4i.
FORMULA
=IMCONJUGATE("3+4i")RESULT
3-4i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 3+4i |