MTM
log1p
compute the scaled logarithm
Calling Sequence
Parameters
Description
Examples
Compatibility
log1p(M)
M
-
array, matrix, vector, or scalar
The log1p(M) function computes the scaled element-wise base-e logarithm of M. The result, R, is formed as R[i,j] = log1p(M[i,j]).
with⁡MTM:
M≔Matrix⁡0.3,0.2,0.1,0.4:
log1p⁡M
0.26236426450.18232155680.095310179800.3364722366
The MTM[log1p] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
log
MTM[log]
MTM[log10]
Download Help Document