3.85.70 (108+12e16)dx

Optimal. Leaf size=16 24(4+12(1e16))x

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 10, normalized size of antiderivative = 0.62, number of steps used = 1, number of rules used = 1, integrand size = 7, number of rulesintegrand size = 0.143, Rules used = {8} 12(9e16)x

Antiderivative was successfully verified.

[In]

Int[-108 + 12*E^16,x]

[Out]

-12*(9 - E^16)*x

Rule 8

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

Rubi steps

integral=12(9e16)x

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 10, normalized size = 0.62 108x+12e16x

Antiderivative was successfully verified.

[In]

Integrate[-108 + 12*E^16,x]

[Out]

-108*x + 12*E^16*x

________________________________________________________________________________________

fricas [A]  time = 0.65, size = 9, normalized size = 0.56 12xe16108x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(12*exp(16)-108,x, algorithm="fricas")

[Out]

12*x*e^16 - 108*x

________________________________________________________________________________________

giac [A]  time = 0.24, size = 7, normalized size = 0.44 12x(e169)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(12*exp(16)-108,x, algorithm="giac")

[Out]

12*x*(e^16 - 9)

________________________________________________________________________________________

maple [A]  time = 0.01, size = 9, normalized size = 0.56




method result size



default (12e16108)x 9
norman (12e16108)x 9
risch 12xe16108x 10



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(12*exp(16)-108,x,method=_RETURNVERBOSE)

[Out]

(12*exp(16)-108)*x

________________________________________________________________________________________

maxima [A]  time = 0.41, size = 7, normalized size = 0.44 12x(e169)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(12*exp(16)-108,x, algorithm="maxima")

[Out]

12*x*(e^16 - 9)

________________________________________________________________________________________

mupad [B]  time = 0.00, size = 8, normalized size = 0.50 x(12e16108)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(12*exp(16) - 108,x)

[Out]

x*(12*exp(16) - 108)

________________________________________________________________________________________

sympy [A]  time = 0.04, size = 7, normalized size = 0.44 x(108+12e16)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(12*exp(16)-108,x)

[Out]

x*(-108 + 12*exp(16))

________________________________________________________________________________________