Integrate(f, x)
integrates
f
with respect tox
. The result does not contain the additive integration constant.
Integrate(f, {x,a,b})
computes the definite integral of
f
with respect tox
froma
tob
.
See:
>> Integrate(x^2, x)
x^3/3
>> Integrate(Tan(x) ^ 5, x)
-Log(Cos(x))-Tan(x)^2/2+Tan(x)^4/4
D,DSolve, Int, Limit, ND, NIntegrate
- ☑ - partially implemented