MATLAB: MATLAB code for Lambert W function

help

Please, I need a help, how do I perform this evaluation

Best Answer

It appears to be part of the symbolic toolbox, so you would need that.
lambertw(3)
ans =
1.0499
If you actually want the code inside lambertw, all you can do is to read the references. There are references in the help for the function.