User Tools

Site Tools


logarithm

Logarithm

The inverse of an exponent.

\begin{align*} \log_2(8) &= 3\\ 2^3 &= 8 \end{align*}

Common Logarithm

Base 10. $$\log(100) = 2$$

The LOG button on a calculator returns a common logarithm.
The Octave log10() function returns a common logarithm.

Natural Logarithm

Base $e = 2.7183$, Euler's number. $$\log(e^3) = 3$$

The LN button on a calculator returns a natural logarithm.
The Octave log() function returns a natural logarithm.

References

logarithm.txt · Last modified: 2021/01/28 05:46 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki