solve_linear
Solve a system of linear equations. Input equations separated by semicolons and variables as a comma-separated list 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||