LambertW - The Lambert W function
|
Calling Sequence
|
|
LambertW(x)
LambertW(k, x)
|
|
Parameters
|
|
x
|
-
|
algebraic expression
|
k
|
-
|
algebraic expression, understood to be an integer
|
|
|
|
|
Description
|
|
•
|
The LambertW function satisfies
|
•
|
As the equation has an infinite number of solutions y for each (non-zero) value of x, LambertW has an infinite number of branches. Exactly one of these branches is analytic at 0. In Maple this branch is referred to as the principal branch of LambertW, and is denoted by LambertW(x). The other branches all have a branch point at 0, and these branches are denoted in Maple by LambertW(k, x), where k is any non-zero integer. (The principal branch can also be referred to as LambertW(0, x).)
|
•
|
The asymptotic behavior of LambertW at complex infinity and at 0 (for the non-principal branches) is given by
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
The alias command can be used to shorten the name, if desired
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
|
|
References
|
|
|
Corless, R.M.; Gonnet, G.H.; Hare, D.E.G.; Jeffrey, D.J.; and Knuth, D.E. "On the Lambert W Function." Advances in Computational Mathematics, Vol. 5, (1996): 329-359.
|
|
|