Recent content by zibifnik

  1. Z

    How Do You Solve the Sonar Range Equation Using the Lambert W Function?

    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.
  2. Z

    How Do You Solve the Sonar Range Equation Using the Lambert W Function?

    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.
Back
Top