the
conj
of
factor
conj
(
expression )
Factor and expression yield integer
s, number
s, or complex
es.
put conj(3,4) -- yields 3,-4
The conj
function returns the complex conjugate of its argument.
If the argument is an integer
or a number
, the argument itself is returned.
If the argument is a complex
, a complex
is returned. The returned complex
will have the same real part, and the negation of the imaginary part.