\(\int \frac {e^{a t}}{t} \, dt\) [159]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 9, antiderivative size = 4 \[ \int \frac {e^{a t}}{t} \, dt=\operatorname {ExpIntegralEi}(a t) \]

[Out]

Ei(a*t)

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 4, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {2209} \[ \int \frac {e^{a t}}{t} \, dt=\operatorname {ExpIntegralEi}(a t) \]

[In]

Int[E^(a*t)/t,t]

[Out]

ExpIntegralEi[a*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*} \text {integral}& = \operatorname {ExpIntegralEi}(a t) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 4, normalized size of antiderivative = 1.00 \[ \int \frac {e^{a t}}{t} \, dt=\operatorname {ExpIntegralEi}(a t) \]

[In]

Integrate[E^(a*t)/t,t]

[Out]

ExpIntegralEi[a*t]

Maple [A] (verified)

Time = 0.03 (sec) , antiderivative size = 9, normalized size of antiderivative = 2.25

method result size
derivativedivides \(-\operatorname {Ei}_{1}\left (-a t \right )\) \(9\)
default \(-\operatorname {Ei}_{1}\left (-a t \right )\) \(9\)
risch \(-\operatorname {Ei}_{1}\left (-a t \right )\) \(9\)
meijerg \(\ln \left (t \right )+\ln \left (-a \right )-\ln \left (-a t \right )-\operatorname {Ei}_{1}\left (-a t \right )\) \(23\)

[In]

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

[Out]

-Ei(1,-a*t)

Fricas [A] (verification not implemented)

none

Time = 0.23 (sec) , antiderivative size = 4, normalized size of antiderivative = 1.00 \[ \int \frac {e^{a t}}{t} \, dt={\rm Ei}\left (a t\right ) \]

[In]

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

[Out]

Ei(a*t)

Sympy [A] (verification not implemented)

Time = 0.41 (sec) , antiderivative size = 3, normalized size of antiderivative = 0.75 \[ \int \frac {e^{a t}}{t} \, dt=\operatorname {Ei}{\left (a t \right )} \]

[In]

integrate(exp(a*t)/t,t)

[Out]

Ei(a*t)

Maxima [A] (verification not implemented)

none

Time = 0.21 (sec) , antiderivative size = 4, normalized size of antiderivative = 1.00 \[ \int \frac {e^{a t}}{t} \, dt={\rm Ei}\left (a t\right ) \]

[In]

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

[Out]

Ei(a*t)

Giac [A] (verification not implemented)

none

Time = 0.28 (sec) , antiderivative size = 4, normalized size of antiderivative = 1.00 \[ \int \frac {e^{a t}}{t} \, dt={\rm Ei}\left (a t\right ) \]

[In]

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

[Out]

Ei(a*t)

Mupad [B] (verification not implemented)

Time = 0.01 (sec) , antiderivative size = 4, normalized size of antiderivative = 1.00 \[ \int \frac {e^{a t}}{t} \, dt=\mathrm {ei}\left (a\,t\right ) \]

[In]

int(exp(a*t)/t,t)

[Out]

ei(a*t)