student(deprecated)/Int - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : student(deprecated)/Int

student

  

Int

  

inert form of int (integration function)

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Int(f, x)

Int(f, x = a..b )

Parameters

f

-

expression to be integrated

x

-

variable of integration

a, b

-

(optional) lower and upper bounds defining the range of integration

Description

• 

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.

Examples

Important: The student package has been deprecated. Use the superseding command Student[VectorCalculus][int] instead.

withstudent:

Intfx,x

fxⅆx

(1)

Intfg,x=1..n

1nfgⅆx

(2)

See Also

convert[parfrac]

int

Student

student(deprecated)

student(deprecated)[changevar]

student(deprecated)[intparts]

Student[VectorCalculus][int]

value