Integrate
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:
Examples
>> Integrate(x^2, x)x^3/3
>> Integrate(Tan(x) ^ 5, x)-Log(Cos(x))-Tan(x)^2/2+Tan(x)^4/4
Related terms
D,DSolve, Int, Limit, ND, NIntegrate
Implementation status
- ☑ - partially implemented