np_solve
Solve a linear matrix equation or system of linear equations by providing the coefficient matrix and dependent variable values.
Instructions
Solve a linear matrix equation, or system of linear equations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | Coefficient matrix. | |
| b | Yes | Ordinate or "dependent variable" values. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |