MTM
abs
absolute value
Calling Sequence
Parameters
Description
Examples
abs(M)
M
-
array
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]).
withMTM:
M≔Matrix2,3,fill=−3:
absM
333333
See Also
Download Help Document