solve
Find exact and numerical solutions for up to eight algebraic equations with named variables. Choose real or complex domain.
Instructions
Solve up to eight algebraic equations for explicitly named variables. Each equation may
use left = right or a zero-valued expression. Returns every solution in exact and numerical
form; choose the real or complex domain explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | real | |
| equations | Yes | ||
| precision | No | ||
| variables | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | Output unit, when dimensionful. | |
| exact | No | Exact symbolic result when available. | |
| result | Yes | Primary result; strings preserve mathematical precision. | |
| details | No | ||
| warnings | No | ||
| operation | Yes | Operation actually performed. | |
| approximate | No | Numerical approximation at the requested precision. | |
| normalized_input | No | Canonical input used by the computation engine. |