Thursday, June 7, 2018

lambert w - Solving an exponential function

I have the below exponential function which I wish to solve it for b. Other than resorting to the Lambert W function, is there alternative way of representing the solution?




(1+a)(1b)ab+ab+1=exp(2a(abab)ab+ab+1) where a,b(0,1).



Thanks a lot.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...