student
Int
inert form of int (integration function)
Calling Sequence
Parameters
Description
Examples
Int(f, x)
Int(f, x = a..b )
f
-
expression to be integrated
x
variable of integration
a, b
(optional) lower and upper bounds defining the range of integration
Important: The student package has been deprecated. Use the superseding command Student[VectorCalculus][int] instead.
This function corresponds to the integral of f with respect to x. It is an ``unevaluated'' form of Maple's int function, so only minor simplifications are performed. Such unevaluated expressions can be manipulated by routines in the student package such as changevar (change of variables), intparts (integration by parts), and expand. Partial fraction decomposition of integrals is available through convert(..., parfrac).
For definite integration, the range of integration (x = a..b) must be indicated. For indefinite integration, omit the third parameter to Int.
Use value to force Int to evaluate like int.
The command with(student,Int) allows the use of the abbreviated form of this command.
with⁡student:
Int⁡f⁡x,x
∫f⁡xⅆx
Int⁡f⁢g,x=1..n
∫1nf⁢gⅆx
See Also
convert[parfrac]
int
Student
student(deprecated)
student(deprecated)[changevar]
student(deprecated)[intparts]
Student[VectorCalculus][int]
value
Download Help Document