The textbook I'm using for the course Introduction to Algorithms class has the following statement in it:
The equation of such a line is
$\log (T(N)) = 3 \log N + \log a$
(where a is a constant) which is equivalent to
$T(N) = a N^{3}$
My rusty algebra just cannot get me from the first one to the second one. My last math class, a graduate level intro to stats class, was twenty years ago.
Can someone walk me through how they got from the first equation to the second equation?