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

Online Help

All Products    Maple    MapleSim


MTM

  

real

  

real part

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

real(M)

Parameters

M

-

array or expression

Description

• 

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

Examples

withMTM:

MMatrix2,3,fill=3+I:

realM

−3−3−3−3−3−3

(1)

See Also

MTM[eig]

MTM[imag]

Re