darboux_sum
Compute the upper or lower Darboux sum for a function over a specified interval, dividing it into subintervals to approximate the integral.
Instructions
Calculate the Darboux sum of a function
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | Lower limit of integration | |
b | Yes | Upper limit of integration | |
expression | Yes | Function to integrate | |
n | Yes | Number of subintervals | |
type | No | Type: upper or lower Darboux sum | upper |
variable | Yes | Variable of integration |