solve
Symbolically solve equations or systems. Specify variables, domain (real, complex, integer, positive), and include step-by-step reasoning.
Instructions
Solve equations or systems of equations symbolically.
Args:
equation: Equation string or comma-separated system.
variables: Optional variable names to solve for.
domain: "real", "complex", "integer", or "positive".
show_steps: Whether to include a short human-readable explanation.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equation | Yes | ||
| variables | No | ||
| domain | No | real | |
| show_steps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||