numerical_integrate
Compute the definite integral of a scalar function numerically over a specified interval with adjustable method and precision.
Instructions
Numerically integrate a scalar function.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | ||
| variable | No | x | |
| lower | No | ||
| upper | No | ||
| method | No | auto | |
| points | No | ||
| epsabs | No | ||
| epsrel | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||