Ei - The Exponential Integral
|
Calling Sequence
|
|
Ei(z)
Ei(a, z)
|
|
Parameters
|
|
z
|
-
|
algebraic expression
|
a
|
-
|
algebraic expression
|
|
|
|
|
Description
|
|
•
|
The exponential integrals, Ei(a, z), are defined for by
|
>
|
Ei(a, z) = convert(Ei(a, z), Int) assuming Re(z) > 0;
|
| (1) |
|
This classical definition is extended by analytic continuation to the entire complex plane using
|
>
|
Ei(a, z) = z^(a-1)*GAMMA(1-a, z);
|
| (2) |
|
with the exception of the point 0 in the case of .
|
•
|
For all of these functions, 0 is a branch point and the negative real axis is the branch cut. The values on the branch cut are assigned such that the functions are continuous in the direction of increasing argument (equivalently, from above).
|
•
|
The classical definition for the 1-argument exponential integral is a Cauchy Principal Value integral, defined for real arguments x, as the following
|
>
|
convert(Ei(x),Int) assuming x::real;
|
| (3) |
| (4) |
|
for , . This classical definition is extended to the entire complex plane using
|
|
|
Examples
|
|
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
>
|
|
| (18) |
|
|
References
|
|
|
Abramowitz, M. and Stegun, I. Handbook of Mathematical Functions. New York: Dover Publications Inc., 1965.
|
|
|
Download Help Document
Was this information helpful?