Hi everyone,
I'm currently trying to solve this equation : x²[A+B.exp(x)]=1 for A and B real numbers, and x a complex (this comes from physics, so in my case, Re(x)>0)
I know that x.exp(x)=a has a solution using Lambert function : x=W(a)
I know that x².exp(x)=a may be recast to use the...