Ei - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Ei

The Exponential Integral

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

Ei(z)

Ei(a, z)

Parameters

z

-

algebraic expression

a

-

algebraic expression

Description

• 

The exponential integrals, Ei(a, z), are defined for 0<z by

Ei(a, z) = convert(Ei(a, z), Int) assuming Re(z) > 0;

Eiaz=1&ExponentialE;_k1z_k1a&DifferentialD;_k1

(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);

Eiaz=za1Γ1a&comma;z

(2)
  

with the exception of the point 0 in the case of Ei1z.

• 

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;

x&ExponentialE;_k1_k1&DifferentialD;_k1CauchyPrincipalValue

(3)

value((3));

Eix

(4)
  

for x<0, Eix=Ei1x. This classical definition is extended to the entire complex plane using

Eiz=Ei1z+lnz2ln1z2lnz

  

Note that this extension has its branch cut on the negative real axis, but unlike for the 2-argument Ei functions this extension is not continuous onto the branch cut from either above or below.  That is, this extension provides an analytic continuation of Eiz from the positive real axis, but not in any direction from the negative real axis.  If you want a continuation from the negative real axis, use Ei1z in place of Eiz.

Examples

Ei1&comma;1.

0.2193839344

(5)

Ei1&comma;1.

−1.8951178163.141592654I

(6)

expandEi3&comma;x

&ExponentialE;x2x&ExponentialE;x2+x2Ei1x2

(7)

simplifyEi1&comma;Ix+Ei1&comma;Ix

Iπcsgnx1csgnIx2Cix

(8)

Ei5&comma;3+I

Ei53+I

(9)

evalf

0.0027467604540.006023680639I

(10)

Ei1.

1.895117816

(11)

Ei1.+0.I

1.895117816+0.I

(12)

Ei1.0.I

1.895117816+0.I

(13)

Ei1.

−0.2193839344

(14)

Ei1.+0.I

−0.2193839344+3.141592654I

(15)

Ei1.0.I

−0.21938393443.141592654I

(16)

Ei1.3+4.7I

−0.7490731390+3.097526006I

(17)

intexp3tt&comma;t=x..&comma;CauchyPrincipalValue

Ei3x

(18)

References

  

Abramowitz, M. and Stegun, I. Handbook of Mathematical Functions. New York: Dover Publications Inc., 1965.

See Also

Ci

convert

expand

inifcns

int

Li

simplify