newton_method
Solve equation roots using Newton's method by providing function type, coefficients, and initial guess. This tool calculates numerical approximations for mathematical equations.
Instructions
使用牛顿法求解方程的根
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_type | Yes | ||
| coefficients | Yes | ||
| initial_guess | Yes | ||
| tolerance | No | ||
| max_iterations | No |