3.158 \(\int \frac {e^t}{t} \, dt\)

Optimal. Leaf size=2 \[ \operatorname {ExpIntegralEi}(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 = {2178} \[ \text {ExpIntegralEi}(t) \]

Antiderivative was successfully verified.

[In]

Int[E^t/t,t]

[Out]

ExpIntegralEi[t]

Rule 2178

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

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 \[ \operatorname {ExpIntegralEi}(t) \]

Antiderivative was successfully verified.

[In]

Integrate[E^t/t,t]

[Out]

ExpIntegralEi[t]

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 2, normalized size = 1.00 \[ {\rm Ei}\relax (t) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(t)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 2, normalized size = 1.00 \[ {\rm Ei}\relax (t) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(t)

________________________________________________________________________________________

maple [B]  time = 0.01, size = 8, normalized size = 4.00 \[ -\Ei \left (1, -t \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(t)/t,t)

[Out]

-Ei(1,-t)

________________________________________________________________________________________

maxima [A]  time = 0.66, size = 2, normalized size = 1.00 \[ {\rm Ei}\relax (t) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Ei(t)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 2, normalized size = 1.00 \[ \mathrm {ei}\relax (t) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(t)/t,t)

[Out]

ei(t)

________________________________________________________________________________________

sympy [A]  time = 0.74, size = 2, normalized size = 1.00 \[ \operatorname {Ei}{\relax (t )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(t)/t,t)

[Out]

Ei(t)

________________________________________________________________________________________