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

Online Help

All Products    Maple    MapleSim


MTM

  

abs

  

absolute value

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

abs(M)

Parameters

M

-

array

Description

• 

The abs(M) function computes the element-wise absolute value of M.  The result Matrix, R, is formed as R[i,j] = abs(M[i,j]).

Examples

withMTM:

MMatrix2,3,fill=3:

absM

333333

(1)

See Also

abs

MTM