No constant of integration appears in the result for indefinite integrals.
>
|
|
| (1) |
>
|
|
>
|
|
| (3) |
>
|
|
| (4) |
If Maple cannot find a closed form expression for the integral, the function call is returned.
>
|
|
| (5) |
Compute definite integrals.
>
|
|
>
|
|
| (7) |
>
|
|
| (8) |
An Elliptic integral
>
|
|
| (9) |
A double integral
>
|
|
| (10) |
>
|
|
If either of the integration limits are floating-point numbers, then int computes the integral using numerical methods.
>
|
|
An integral with decimal limits using numerical methods:
>
|
|
To apply symbolic integration methods instead, use numeric=false:
>
|
|
| (14) |
The option numeric=true or simply numeric may also be used to compute a numerical integral even with exact limits:
>
|
|