Question 414431
{{{log(2,2^0) = 0}}}
{{{log(2,2^1) = 1}}}
{{{log(2,2^2) = 2}}}
{{{log(2,2^3) = 3}}}
etc.
these are saying, for instance: {{{2^x = 2^3}}}, so the log is 3
The inverse relations are:
{{{2^0 = 1}}}
{{{2^1 = 2}}}
{{{2^2 = 4}}}
{{{2^3 = 8}}}
----------
I have also seen expressions like this:
{{{2^(log(2,4)) = 2^2}}}
{{{2^(log(2,8)) = 2^3}}}
These are saying: {{{log(2,8) = 3}}}, which is exactly
the same as {{{log(2,2^3) = 3}}}
----------
Hope this helps