Integrate
Computes the integral of a function.
Syntax
integrate(Function)
integrate(Function, Identifier)
integrate(Function, Identifier, Integer | Expression, Integer | Expression)
integrate(Function, Integer | Expression, Integer | Expression)Expression)
Description
Given an univariate function, computes its primitive.
Given a function and an identifier , computes the primitive of with respect to .
Given a function , an identifier and two integers or expressions and , computes the definite integral of with respect to between and .
Given an univariate function and two integers or expressions and , computes the definite integral of between and .