3.2.58 \(\int \frac {e^t}{t} \, dt\) [158]

Optimal. Leaf size=2 \[ \text {Ei}(t) \]

[Out]

Ei(t)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 2, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {2209} \begin {gather*} \text {ExpIntegralEi}(t) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^t/t,t]

[Out]

ExpIntegralEi[t]

Rule 2209

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - c*(f/d)))/d)*ExpInteg
ralEi[f*g*(c + d*x)*(Log[F]/d)], x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !TrueQ[$UseGamma]

Rubi steps

\begin {align*} \int \frac {e^t}{t} \, dt &=\text {Ei}(t)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 2, normalized size = 1.00 \begin {gather*} \text {Ei}(t) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^t/t,t]

[Out]

ExpIntegralEi[t]

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(7\) vs. \(2(2)=4\).
time = 0.01, size = 8, normalized size = 4.00

method result size
default \(-\expIntegral \left (1, -t \right )\) \(8\)
risch \(-\expIntegral \left (1, -t \right )\) \(8\)
meijerg \(\ln \left (t \right )+i \pi -\ln \left (-t \right )-\expIntegral \left (1, -t \right )\) \(21\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(t)/t,t,method=_RETURNVERBOSE)

[Out]

-Ei(1,-t)

________________________________________________________________________________________

Maxima [A]
time = 4.66, size = 2, normalized size = 1.00 \begin {gather*} {\rm Ei}\left (t\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(t)/t,t, algorithm="maxima")

[Out]

Ei(t)

________________________________________________________________________________________

Fricas [A]
time = 0.87, size = 2, normalized size = 1.00 \begin {gather*} {\rm Ei}\left (t\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(t)/t,t, algorithm="fricas")

[Out]

Ei(t)

________________________________________________________________________________________

Sympy [A]
time = 0.31, size = 2, normalized size = 1.00 \begin {gather*} \operatorname {Ei}{\left (t \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(t)/t,t)

[Out]

Ei(t)

________________________________________________________________________________________

Giac [A]
time = 0.45, size = 2, normalized size = 1.00 \begin {gather*} {\rm Ei}\left (t\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(t)/t,t, algorithm="giac")

[Out]

Ei(t)

________________________________________________________________________________________

Mupad [B]
time = 0.01, size = 2, normalized size = 1.00 \begin {gather*} \mathrm {ei}\left (t\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(t)/t,t)

[Out]

ei(t)

________________________________________________________________________________________