sympy_matrix_LU
Perform LU decomposition on matrices to factor them into lower and upper triangular components for solving linear equations and matrix analysis.
Instructions
LU decomposition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |