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

Online Help

All Products    Maple    MapleSim


MTM

  

log10

  

compute the base-10 logarithm

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

log10(M)

Parameters

M

-

array, matrix, vector, or scalar

Description

• 

The log10(M) function computes the element-wise base-10 logarithm of M.  The result, R, is formed as R[i,j] = log10(M[i,j]).

Examples

withMTM:

MMatrix0.3,0.2,0.1,0.4:

log10M

−0.5228787453−0.6989700043−1.000000000−0.3979400087

(1)

See Also

log10

MTM[log]

MTM[log2]