solve_linear
Solve a system of linear equations by providing a semicolon-separated system and comma-separated variables to compute the solution.
Instructions
Solve a system of equations; system is ';'-separated equations, variables comma-separated. Example: system='x + y = 10; x - y = 2', variables='x, y'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system | Yes | ||
| variables | Yes |