sympy_matrix_LU
Perform LU decomposition on a symbolic matrix. Input a matrix as a string to receive its lower and upper triangular factors.
Instructions
LU decomposition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |