[back] [prev] [next] [index] [root]

 


Conj

Returns the conjugate complex number.

Syntax:

w := Conj(z);

complex
  w  
complex
  z  

Description:

no detailed description available yet


Example:

Compute the conjugate complex number of 1 + 2i:

kash> z := Comp(1, 2);
1 + 2*i
kash> w := Conj(z);
> 1 - 2*i


<- back[back] [prev] [next] [index] [root]