sympy_eye
Generate identity matrices for mathematical computations. Specify the size to create square matrices with ones on the diagonal and zeros elsewhere.
Instructions
Create an identity matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Size of the matrix |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |