area
Calculate the area under a curve between two points using numerical integration. Input a mathematical expression and integration bounds to compute the enclosed region.
Instructions
Calculate the area under a curve between two points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | ||
| start | Yes | ||
| end | Yes | ||
| n | No | Number of subintervals (default: 1000) |