conj - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

conj

  

conjugate

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

conj(M)

Parameters

M

-

array

Description

• 

The conj(M) function computes the element-wise conjugate of M.  The result, R, is formed as R[i,j] = conj(M[i,j]).

Examples

withMTM:

MMatrix2,3,fill=3+I:

conjM

−3I−3I−3I−3I−3I−3I

(1)

See Also

conjugate

MTM[ctranspose]