3.17.63 1xdx

Optimal. Leaf size=9 log(1944e5x)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 4, normalized size of antiderivative = 0.44, number of steps used = 1, number of rules used = 1, integrand size = 5, number of rulesintegrand size = 0.200, Rules used = {29} log(x)

Antiderivative was successfully verified.

[In]

Int[-x^(-1),x]

[Out]

-Log[x]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

integral=log(x)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 4, normalized size = 0.44 log(x)

Antiderivative was successfully verified.

[In]

Integrate[-x^(-1),x]

[Out]

-Log[x]

________________________________________________________________________________________

fricas [A]  time = 0.55, size = 4, normalized size = 0.44 log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/x,x, algorithm="fricas")

[Out]

-log(x)

________________________________________________________________________________________

giac [A]  time = 0.43, size = 5, normalized size = 0.56 log(|x|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/x,x, algorithm="giac")

[Out]

-log(abs(x))

________________________________________________________________________________________

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




method result size



default ln(x) 5
norman ln(x) 5
risch ln(x) 5



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/x,x,method=_RETURNVERBOSE)

[Out]

-ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.56, size = 4, normalized size = 0.44 log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/x,x, algorithm="maxima")

[Out]

-log(x)

________________________________________________________________________________________

mupad [B]  time = 0.01, size = 4, normalized size = 0.44 ln(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-1/x,x)

[Out]

-log(x)

________________________________________________________________________________________

sympy [A]  time = 0.05, size = 3, normalized size = 0.33 log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-1/x,x)

[Out]

-log(x)

________________________________________________________________________________________