Symbolic conjugate
Syntax
conj(X)
Description
conj(X) is the complex conjugate of X.
X
For a complex X, conj(X) = real(X) - i*imag(X).
conj(X) = real(X) - i*imag(X)
See Also
real, imag
real
imag