Teaching Kids Programming: Videos on Data Structures and Algorithms
The logarithm functions are the inverse of exponential functions. For example:
Proof of Logarithm Rule: log(ab)=log(a)+log(b)
let
that is
So
And we can plug in x and y value so that
Proof of Logarithm Rule: log(a/b)=log(a)-log(b)
let
that is
So
And we can plug in x and y value so that
–EOF (The Ultimate Computing & Technology Blog) —
Last Post: Teaching Kids Programming - Math Simplified Fractions where Denominator is Less-than-or-equal-to N
Next Post: Teaching Kids Programming - Algorithm to Compute the Smallest Value of the Rearranged Number (Math)
