3.69.26 (5+e)dx

Optimal. Leaf size=18 x(5+elog(5ee2)x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 5, normalized size of antiderivative = 0.28, number of steps used = 1, number of rules used = 1, integrand size = 3, number of rulesintegrand size = 0.333, Rules used = {8} (5+e)x

Antiderivative was successfully verified.

[In]

Int[5 + E,x]

[Out]

(5 + E)*x

Rule 8

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

Rubi steps

integral=(5+e)x

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 7, normalized size = 0.39 5x+ex

Antiderivative was successfully verified.

[In]

Integrate[5 + E,x]

[Out]

5*x + E*x

________________________________________________________________________________________

fricas [A]  time = 0.50, size = 8, normalized size = 0.44 xe+5x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1)+5,x, algorithm="fricas")

[Out]

x*e + 5*x

________________________________________________________________________________________

giac [A]  time = 0.14, size = 6, normalized size = 0.33 x(e+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1)+5,x, algorithm="giac")

[Out]

x*(e + 5)

________________________________________________________________________________________

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




method result size



default (e+5)x 7
norman (e+5)x 7
risch xe+5x 9



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(1)+5,x,method=_RETURNVERBOSE)

[Out]

(exp(1)+5)*x

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 6, normalized size = 0.33 x(e+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1)+5,x, algorithm="maxima")

[Out]

x*(e + 5)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 6, normalized size = 0.33 x(e+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(1) + 5,x)

[Out]

x*(exp(1) + 5)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 5, normalized size = 0.28 x(e+5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(1)+5,x)

[Out]

x*(E + 5)

________________________________________________________________________________________