numerical_derivative
Calculate derivatives of functions at specific points using the central difference method for mathematical analysis and problem-solving.
Instructions
使用中心差分法计算函数在某点的导数
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_type | Yes | ||
| coefficients | Yes | ||
| point | Yes | ||
| step_size | No |