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
Complex Functions
Arg | Angle of a complex number |
Complex | Create complex from two real |
Conjugate | Get the conjugate values |
FromPolar | Complex number from polar |
Im | Gets the imaginary component |
Imag | Creates a imaginary number |
Magnitude | Gets the magnitude |
Plot | Plot of complex numbers |
Re | Gets the real component |