Solving equations with Lambert’s W function
The Endeavour 2021-11-14
Summary:
In the previous post we wanted to find a value of n such that f(n) = 1012 where and we took a rough guess n = 200. Turns out f(200) ≈ 4 × 1012 and that was good enough for our purposes. But what if we wanted to solve f(n) = x accurately? We will […]
The post Solving equations with Lambert’s W function first appeared on John D. Cook.