solve_ode
Solve an ordinary differential equation symbolically by entering the ODE expression to get its general solution.
Instructions
Solve an ordinary differential equation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equation | Yes | ODE string, e.g., "diff(y(x),x) + y(x) = 0" | |
| function | No | Dependent function name (e.g., 'y') | y |
| variable | No | Independent variable (e.g., 'x') | x |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||