log - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


MTM

  

log

  

compute the natural logarithm

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

log(M)

Parameters

M

-

array, matrix, vector, or scalar

Description

• 

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

Examples

withMTM:

MMatrix0.3,0.2,0.1,0.4:

logM

−1.203972804−1.609437912−2.302585093−0.9162907319

(1)

See Also

log

MTM[log2]

MTM[log10]