Conjugate Function

Computes the conjugate of a complex number


Description

The function \(Conjugate\) calculates the conjugate value of a complex number.

The conjugate number of a complex number reverses the sign of the imaginary component. Every complex number has a complex conjugate number. This conjugate complex number is needed for division.

Syntax

Conjugate (x)

Example

Conjugate(3+4i)= 3-4i