HyperMath

Conj

Conj

Previous topic Next topic No expanding text in this topic  

Conj

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Extracts the complex conjugate of a complex number.

Syntax

c = Conj(m)

Argument

Name

Description

 

m

A scalar, vector, or a matrix.

Output

Name

Description

 

c

A scalar, vector, or a matrix of the complex conjugate of each entry.

Example

Extract the complex conjugate of each element in a vector:

 

Syntax

 

M = Conj([1,2+3i])

 

Result

 

M =

[Matrix] (1 x 2)

1 2-3i

See Also:

Comp

Imag

Real