Logarithm: Difference between revisions

From The School of Biomedical Sciences Wiki
Jump to navigation Jump to search
Created page with "A logarithm is the number to which a base must be raised to reach another number. e.g. log<sub>10</sub>(100)=2, so 10<sup>2 </sup>=100. When seen as just log(n) this is beca..."
(No difference)

Revision as of 11:46, 22 November 2013

A logarithm is the number to which a base must be raised to reach another number. e.g. log10(100)=2, so 102 =100. When seen as just log(n) this is because the base is 10. A natural logarithm is a logarithm with a base of the natural constant, which is known as e.

logb(xy) = logb(x) + logb(y)

logb(x/y) =logb(x) - logb(y)