Returns the complex conjugate of a number. Learn more
IMCONJUGATE is a function in Google Sheets used to return the complex conjugate of a complex number.
A complex number is a number that includes a real part and an imaginary part, represented as a+bi, where a is the real part, and b is the imaginary part (i is the imaginary unit, which is the square root of -1).
The conjugate of a complex number is the number with the same real part but the opposite sign of the imaginary part.
The IMCONJUGATE function in Google Sheets takes a complex number as an argument and returns the conjugate of that number. The function syntax is:
=IMCONJUGATE(number)
Where number is the complex number for which you want to find the conjugate.