solve_linear
Solve a square linear system Ax = b by providing matrix A and vector b, with an optional method parameter.
Instructions
Solve a square linear system Ax = b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| method | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||