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