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

Online Help

All Products    Maple    MapleSim


MTM

  

log1p

  

compute the scaled logarithm

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

log1p(M)

Parameters

M

-

array, matrix, vector, or scalar

Description

• 

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]).

Examples

withMTM:

MMatrix0.3,0.2,0.1,0.4:

log1pM

0.26236426450.18232155680.095310179800.3364722366

(1)

Compatibility

• 

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]