3.14.49 5exdx

Optimal. Leaf size=9 4+5ex

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 7, normalized size of antiderivative = 0.78, number of steps used = 2, number of rules used = 2, integrand size = 7, number of rulesintegrand size = 0.286, Rules used = {12, 2194} 5ex

Antiderivative was successfully verified.

[In]

Int[-5/E^x,x]

[Out]

5/E^x

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, 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

integral=(5exdx)=5ex

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 7, normalized size = 0.78 5ex

Antiderivative was successfully verified.

[In]

Integrate[-5/E^x,x]

[Out]

5/E^x

________________________________________________________________________________________

fricas [A]  time = 0.86, size = 6, normalized size = 0.67 5e(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5/exp(x),x, algorithm="fricas")

[Out]

5*e^(-x)

________________________________________________________________________________________

giac [A]  time = 0.31, size = 6, normalized size = 0.67 5e(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5/exp(x),x, algorithm="giac")

[Out]

5*e^(-x)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 7, normalized size = 0.78




method result size



gosper 5ex 7
derivativedivides 5ex 7
default 5ex 7
norman 5ex 7
risch 5ex 7
meijerg 5+5ex 9



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-5/exp(x),x,method=_RETURNVERBOSE)

[Out]

5/exp(x)

________________________________________________________________________________________

maxima [A]  time = 0.47, size = 6, normalized size = 0.67 5e(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5/exp(x),x, algorithm="maxima")

[Out]

5*e^(-x)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 6, normalized size = 0.67 5ex

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-5*exp(-x),x)

[Out]

5*exp(-x)

________________________________________________________________________________________

sympy [A]  time = 0.04, size = 3, normalized size = 0.33 5ex

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-5/exp(x),x)

[Out]

5*exp(-x)

________________________________________________________________________________________