I'm trying to express y as a function of x, using the following equation :
$$ y = \frac{A }{\frac{B}{\ln(y/y_0)} - 1} \frac{1}{x^2} $$
Can anyone help me ? Thanks !
[Edit]
- I originally attempted to simplify the equation, but by doing so removed an important part of the problem ... sorry !
- @the_candyman : I tried solving this with the syms package in Matlab, which returned "Explicit solution could not be found"
- @Dr. Graubner : all variables are real. A>0, B<0. This is an electrical engineering problem.