MCP Calc Tools
by nbiish
riemann_sum
Calculate the Riemann sum of a function using different methods
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | Lower limit of integration | |
b | Yes | Upper limit of integration | |
expression | Yes | Function to integrate | |
method | No | Method: left, right, midpoint, or trapezoid | midpoint |
n | Yes | Number of subintervals | |
variable | Yes | Variable of integration |