3.67.43 1e7dx

Optimal. Leaf size=5 xe7

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 5, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 3, number of rulesintegrand size = 0.333, Rules used = {8} xe7

Antiderivative was successfully verified.

[In]

Int[E^(-7),x]

[Out]

x/E^7

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

integral=xe7

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 5, normalized size = 1.00 xe7

Antiderivative was successfully verified.

[In]

Integrate[E^(-7),x]

[Out]

x/E^7

________________________________________________________________________________________

fricas [A]  time = 0.55, size = 4, normalized size = 0.80 xe(7)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*e^(-7)

________________________________________________________________________________________

giac [A]  time = 0.14, size = 4, normalized size = 0.80 xe(7)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*e^(-7)

________________________________________________________________________________________

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




method result size



risch e7x 5
derivativedivides eln(x)7 6
default eln(x)7 6
norman e7x 7



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(ln(x)-7)/x,x,method=_RETURNVERBOSE)

[Out]

exp(-7)*x

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 4, normalized size = 0.80 xe(7)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*e^(-7)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 4, normalized size = 0.80 xe7

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(log(x) - 7)/x,x)

[Out]

x*exp(-7)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 3, normalized size = 0.60 xe7

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(ln(x)-7)/x,x)

[Out]

x*exp(-7)

________________________________________________________________________________________