conj

Complex conjugate

Syntax

  • CZ = conj(M)

Input argument

  • M - a variable

Output argument

  • CZ - result of conj: complex conjugate.

Description

conj returns the complex conjugate.

Example

x = [1+i,-i;i,2i];
r = conj(x)

See also

real.

History

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated