Engineering - IMCONJUGATE Function



Description

The IMCONJUGATE function returns the complex conjugate of a complex number in x + yi or x + yj text format.

Syntax

IMCONJUGATE (inumber)

Arguments

Argument Description Required/ Optional
Inumber A complex number for which you want the conjugate. Required

Notes

  • Use COMPLEX to convert real and imaginary coefficients into a complex number.

  • The conjugate of a complex number is −

    $$IMCONJUGATE(x+yi)=\bar{z}=(x-yi)$$

  • If inumber is not recognized as a complex number, IMCONJUGATE Function returns #NUM! error.

  • If inumber is a logical value, IMCONJUGATE Function returns #VALUE! Error.

Applicability

Excel 2007, Excel 2010, Excel 2013, Excel 2016

Example

IMCONJUGATE Function
advanced_excel_engineering_functions.htm
Advertisements