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

Online Help

All Products    Maple    MapleSim


MTM

  

imag

  

imaginary part

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

imag(M)

Parameters

M

-

array

Description

• 

The imag(M) calling sequence computes the element-wise imaginary part of M.  The result, R, is formed as R[i,j] = imag(M[i,j]).

Examples

withMTM:

MMatrix2,3,fill=3+I:

imagM

111111

(1)

See Also

Im

MTM[real]