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 download
Aggiornato 21 mag 2022

Visualizza la licenza

% 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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2022a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

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

1.0.0