matrix_decompose
Decompose a matrix using standard methods such as LU, QR, or eigenvalue decomposition. Provide the matrix and optional decomposition type.
Instructions
Compute standard matrix decompositions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes | ||
| decomposition | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||