3.17.27 \(\int -e^{9-x} \, dx\)

Optimal. Leaf size=7 \[ e^{9-x} \]

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Int[-E^(9 - x),x]

[Out]

E^(9 - x)

Rule 2194

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 {gather*} \begin {aligned} \text {integral} &=e^{9-x}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Integrate[-E^(9 - x),x]

[Out]

E^(9 - x)

________________________________________________________________________________________

fricas [A]  time = 0.72, size = 6, normalized size = 0.86 \begin {gather*} e^{\left (-x + 9\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(-x + 9)

________________________________________________________________________________________

giac [A]  time = 0.13, size = 6, normalized size = 0.86 \begin {gather*} e^{\left (-x + 9\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(-x + 9)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 7, normalized size = 1.00




method result size



gosper \({\mathrm e}^{9-x}\) \(7\)
derivativedivides \({\mathrm e}^{9-x}\) \(7\)
default \({\mathrm e}^{9-x}\) \(7\)
norman \({\mathrm e}^{9-x}\) \(7\)
risch \({\mathrm e}^{9-x}\) \(7\)
meijerg \(-{\mathrm e}^{9} \left (1-{\mathrm e}^{-x}\right )\) \(13\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(9-x)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 6, normalized size = 0.86 \begin {gather*} e^{\left (-x + 9\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

e^(-x + 9)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 6, normalized size = 0.86 \begin {gather*} {\mathrm {e}}^{9-x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-exp(9 - x),x)

[Out]

exp(9 - x)

________________________________________________________________________________________

sympy [A]  time = 0.07, size = 3, normalized size = 0.43 \begin {gather*} e^{9 - x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-exp(9-x),x)

[Out]

exp(9 - x)

________________________________________________________________________________________