I having trouble with this function:
$y=P_1+P_2x+P_3e^{P_4x}$
I would like to solve it in terms of x. This means I know $y, P_1, P_2, P_3$ and $P_4$ and I want to calculate $x$ by varying $y$ ($y$ is always positive in my system). I found another post, which is similar to my problem.
But I did not well understand how the Lambert $W$ function (assuming my function will requires this function) can be computed.