log - Maple Help

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]