IMCONJUGATE Function in Google Sheets

Compute the complex conjugate of a complex number using the IMCONJUGATE function.

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

  1. 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ā€).
  • IMREAL: Extract the real part of a complex number.
  • IMAGINARY: Extract the imaginary part of a complex number.