I have a log-log plot of my data (see below)
The equation of the line was determined to be: $5.26 + x0.7089$
If I wanted to convert this into a power equation would the correct way be:
$ ln(y) = A + B ln(x) $
Taking the antilog of both sides will give
y = $(e^A)(x^B)$
Let $e^A$ = A, and you have
$y = a(x^B)$
Is this the correct way to convert a line equation of log-log plot into a power equation in the form of $Ax^B$
If this is correct, why isnt the anti-log taken i.e. 10^5.26 instead of e^5.26