sympy_matrix_nullspace
Compute the nullspace of a matrix to find all vectors that satisfy the homogeneous equation Ax = 0, enabling analysis of linear dependencies and solution spaces in symbolic algebra.
Instructions
Nullspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |