cognitive.solve_equation_system
Solve linear equations (ax + b = c), quadratic equations (ax^2 + bx + c = 0), or linear systems (A x = b).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quad_a | No | ||
| quad_b | No | ||
| quad_c | No | ||
| linear_a | No | ||
| linear_b | No | ||
| linear_c | No | ||
| matrix_A | No | ||
| vector_b | No | ||
| equation_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||