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]).
with⁡MTM:
M≔Matrix⁡2,3,fill=−3:
abs⁡M
333333
See Also
Download Help Document