CONJ INDEX

CONJ _ _ _ _ _ _ _ _ _ _ _ _ operator

syntax:

conj(<expression>) or conj <simple\_expression>

This operator returns the complex conjugate of an expression, if that argument has an numerical value. A non-numerical argument is returned as an expression in the operators repart and impart.

examples:


conj(1+i); 

  1-I 


conj(a+i*b); 

  REPART(A) - REPART(B)*I - IMPART(A)*I - IMPART(B)