MATLAB code for Lambert W function

 Respuesta aceptada

John D'Errico
John D'Errico el 28 de Sept. de 2017
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.

Más respuestas (1)

Torsten
Torsten el 28 de Sept. de 2017

1 voto

https://blogs.mathworks.com/cleve/2013/09/02/the-lambert-w-function/#c1ea75cb-227b-4aec-959b-6d5b66c07d54
Best wishes
Torsten.

Categorías

Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 28 de Sept. de 2017

Respondida:

el 28 de Sept. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by