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

Online Help

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

(1)

See Also

log10

MTM[log]

MTM[log2]

 


Download Help Document