sympy_dsolve
Solve ordinary differential equations symbolically using SymPy. Provide the equation and function to find the general solution.
Instructions
Solve ordinary differential equation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eq | Yes | ||
| func | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |