Wrightomega - Wright omega function
unwindK - unwinding number
|
Calling Sequence
|
|
Wrightomega(x)
unwindK(x)
The short form omega( x ) (or ) can be used by first issuing the command alias(omega=Wrightomega).
|
|
Description
|
|
•
|
The Wright omega function is a single-valued (but discontinuous) variant of the Lambert W function. It is defined by
|
•
|
The unwinding number is defined by
|
•
|
The complete solution of is
|
•
|
The Wright omega function is discontinuous on the half-lines , which are called the "doubling line" and its "reflection", respectively.
|
•
|
The Maple solve command does not yet know about Wrightomega.
|
•
|
The asymptotic behavior of omega at complex infinity outside the strip bounded by the discontinuities is given by
|
•
|
That expansion for omega is not valid for tending to in the strip between the doubling line and its reflection, where instead
|
|
but the asymptotic series holds otherwise for large z.
|
•
|
The Wright omega function is defined in terms of the Lambert W function, but that definition is not convenient for numerical computation for large arguments, because if z is moderately large (if IEEE floats are used, "moderately large" means about 800), then is very large and may overflow, whereas LambertW(exp(z)) is asymptotic to z. Direct computation is much more satisfactory than computation via LambertW.
|
•
|
The branching behavior of the Wright omega function is also much simpler than that of the Lambert W function, being single-valued. In fact, we have the following simple explanation of the branching behavior of the Lambert W function, in terms of the Wright omega function:
|
|
This relationship can be used to allow analytic continuation of LambertW in the (otherwise discrete) branch index.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
>
|
|
|
|
References
|
|
|
Corless, R.M., and Jeffrey, D.J. "On the Wright omega function." In Proceedings of AISC '02 and Calculemus '02. Edited by Jacques Calmet, Belaid Benhamou, Olga Caprotti, Laurent Henocque, and Volker Sorge. Springer, 2002: 76-90.
|
|
|
Download Help Document
Was this information helpful?