Lambert_W

% Lambert_W Lambert's W function. % W = lambertw(Z) solves W*exp(W) = Z. % W = lambertw(K,Z) is the K-th branch of this multi-valued f
20 descargas
Actualizado 21 may 2022

Ver licencia

% Lambert_W Lambert's W function.
% W = lambertw(Z) solves W*exp(W) = Z.
% W = lambertw(K,Z) is the K-th branch of this multi-valued function.
% References:
% [1] Robert M. Corless, G. H. Gonnet, D. E. G. Hare,
% D. J. Jeffrey, and D. E. Knuth, "On the Lambert W Function",
% Advances in Computational Mathematics, volume 5, 1996, pp. 329-359.
% [2] Corless, Jeffrey, Knuth, "A Sequence of Series
% for The Lambert W Function", ISSAC '97
% Copyright Lateef Adewale Kareem 2022.

Citar como

Lateef Adewale Kareem (2024). Lambert_W (https://www.mathworks.com/matlabcentral/fileexchange/111945-lambert_w), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2022a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

This function computes for integer and non integer branches. It can also handle complex x and complex branches.

1.0.0