IMCONJUGATE Function
The IMCONJUGATE
function in Google Sheets returns the complex conjugate of a complex number.
Syntax
IMCONJUGATE(number)
number
: The complex number for which you want to find the conjugate.
Examples
- Basic Conjugate
Find the conjugate of the complex number 3+4i:
=IMCONJUGATE("3+4i")
This will output 3-4i.
Notes
- The complex number should be in text format (e.g., ā3+4iā).