3.89.53 2e10dx

Optimal. Leaf size=6 2e10x

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 6, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 5, number of rulesintegrand size = 0.200, Rules used = {8} 2e10x

Antiderivative was successfully verified.

[In]

Int[2*E^10,x]

[Out]

2*E^10*x

Rule 8

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

Rubi steps

integral=2e10x

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 6, normalized size = 1.00 2e10x

Antiderivative was successfully verified.

[In]

Integrate[2*E^10,x]

[Out]

2*E^10*x

________________________________________________________________________________________

fricas [A]  time = 0.62, size = 5, normalized size = 0.83 2xe10

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)^2,x, algorithm="fricas")

[Out]

2*x*e^10

________________________________________________________________________________________

giac [A]  time = 0.22, size = 5, normalized size = 0.83 2xe10

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)^2,x, algorithm="giac")

[Out]

2*x*e^10

________________________________________________________________________________________

maple [A]  time = 0.01, size = 6, normalized size = 1.00




method result size



risch 2xe10 6
default 2xe10 8
norman 2xe10 8



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*exp(5)^2,x,method=_RETURNVERBOSE)

[Out]

2*x*exp(10)

________________________________________________________________________________________

maxima [A]  time = 0.38, size = 5, normalized size = 0.83 2xe10

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)^2,x, algorithm="maxima")

[Out]

2*x*e^10

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 5, normalized size = 0.83 2xe10

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*exp(10),x)

[Out]

2*x*exp(10)

________________________________________________________________________________________

sympy [A]  time = 0.01, size = 5, normalized size = 0.83 2xe10

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*exp(5)**2,x)

[Out]

2*x*exp(10)

________________________________________________________________________________________