My first solution for the equation
10\log10(x)+ax = b via Lambert W function was
x = \frac{4.35}{a} * LambertW(\frac{a}{4.35}\exp(\frac{b}{4.35}))
I tested it again. It gives the correct results.
Thanks alot.
Hello,
Trying to solve an equation about sonar range equation and can not end up with a feasible solution.
The equation to be solved for x is as follows;
10*log10(x) + a*x = b
Any idea/suggestion/solution will help a lot.