3.2.50 \(\int e^x \, dx\) [150]

Optimal. Leaf size=3 \[ e^x \]

[Out]

exp(x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 3, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {2225} \begin {gather*} e^x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^x,x]

[Out]

E^x

Rule 2225

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

\begin {align*} \int e^x \, dx &=e^x\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 3, normalized size = 1.00 \begin {gather*} e^x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^x,x]

[Out]

E^x

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 3, normalized size = 1.00

method result size
gosper \({\mathrm e}^{x}\) \(3\)
lookup \({\mathrm e}^{x}\) \(3\)
derivativedivides \({\mathrm e}^{x}\) \(3\)
default \({\mathrm e}^{x}\) \(3\)
norman \({\mathrm e}^{x}\) \(3\)
risch \({\mathrm e}^{x}\) \(3\)
meijerg \(-1+{\mathrm e}^{x}\) \(5\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x),x,method=_RETURNVERBOSE)

[Out]

exp(x)

________________________________________________________________________________________

Maxima [A]
time = 1.10, size = 2, normalized size = 0.67 \begin {gather*} e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x),x, algorithm="maxima")

[Out]

e^x

________________________________________________________________________________________

Fricas [A]
time = 0.40, size = 2, normalized size = 0.67 \begin {gather*} e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x),x, algorithm="fricas")

[Out]

e^x

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 2, normalized size = 0.67 \begin {gather*} e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x),x)

[Out]

exp(x)

________________________________________________________________________________________

Giac [A]
time = 0.71, size = 2, normalized size = 0.67 \begin {gather*} e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x),x, algorithm="giac")

[Out]

e^x

________________________________________________________________________________________

Mupad [B]
time = 0.01, size = 2, normalized size = 0.67 \begin {gather*} {\mathrm {e}}^x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x),x)

[Out]

exp(x)

________________________________________________________________________________________