MTM
log
compute the natural logarithm
Calling Sequence
Parameters
Description
Examples
log(M)
M
-
array, matrix, vector, or scalar
The log(M) function computes the element-wise natural logarithm of M. The result, R, is formed as R[i,j] = log(M[i,j]).
with⁡MTM:
M≔Matrix⁡0.3,0.2,0.1,0.4:
log⁡M
−1.203972804−1.609437912−2.302585093−0.9162907319
See Also
MTM[log2]
MTM[log10]
Download Help Document