Excel IMCONJUGATE Function
The IMCONJUGATE function returns the complex conjugate of a given complex number in x + yi or x + yj text format.
Syntax
=IMCONJUGATE(inumber)
Arguments
- inumber (required): A complex number for which to calculate the complex conjugate.
Return Value
The IMCONJUGATE function returns a complex number as text.
Function Notes
- inumber can be supplied as any of the following:
- A real number whose imaginary part is 0, e.g., 1 is a complex number 1+0i; Or a purely imaginary number whose real part is 0, e.g., i is a complex number 0 + 1i;
- A cell reference that refers to a complex number;
- A complex number enclosed in double quotation marks.
- inumber can be returned by the COMPLEX function which converts real and imaginary coefficients into a complex number.
- IMCONJUGATE will return the #NUM! error if inumber is not recognized as a complex number that has lowercase i or j (iota).
- IMCONJUGATE will return the #VALUE! error if inumber is a logical value.
Example
To calculate the complex conjugate of the complex numbers listed in the below table, please copy or enter the formula below in the top cell, press Enter to get the result, and then drag the fill handle (at the lower right corner of the result cell) down to apply the formula to below cells.
=IMCONJUGATE(B3)
Also, you can type the actual complex number in the formula as shown below. Make sure the complex number is enclosed with double quotes:
=IMCONJUGATE("3+4i")
Related functions
The COMPLEX function converts real and imaginary coefficients to a complex number of the form x + yi or x + yj.
The IMREAL function returns the real coefficient of a complex number.
The IMAGINARY function returns the imaginary coefficient of a complex number.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.