3.17.52 59+e3dx

Optimal. Leaf size=10 5x9+e3

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 10, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 9, number of rulesintegrand size = 0.111, Rules used = {8} 5x9+e3

Antiderivative was successfully verified.

[In]

Int[5/(9 + E^3),x]

[Out]

(5*x)/(9 + E^3)

Rule 8

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

Rubi steps

integral=5x9+e3

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 10, normalized size = 1.00 5x9+e3

Antiderivative was successfully verified.

[In]

Integrate[5/(9 + E^3),x]

[Out]

(5*x)/(9 + E^3)

________________________________________________________________________________________

fricas [A]  time = 0.79, size = 9, normalized size = 0.90 5xe3+9

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5/(exp(3)+9),x, algorithm="fricas")

[Out]

5*x/(e^3 + 9)

________________________________________________________________________________________

giac [A]  time = 0.29, size = 9, normalized size = 0.90 5xe3+9

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5/(exp(3)+9),x, algorithm="giac")

[Out]

5*x/(e^3 + 9)

________________________________________________________________________________________

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




method result size



default 5xe3+9 10
norman 5xe3+9 10
risch 5xe3+9 10



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(5/(exp(3)+9),x,method=_RETURNVERBOSE)

[Out]

5*x/(exp(3)+9)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 9, normalized size = 0.90 5xe3+9

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5/(exp(3)+9),x, algorithm="maxima")

[Out]

5*x/(e^3 + 9)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 9, normalized size = 0.90 5xe3+9

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(5/(exp(3) + 9),x)

[Out]

(5*x)/(exp(3) + 9)

________________________________________________________________________________________

sympy [A]  time = 0.04, size = 7, normalized size = 0.70 5x9+e3

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(5/(exp(3)+9),x)

[Out]

5*x/(9 + exp(3))

________________________________________________________________________________________