sympy_ones
Generate matrices filled with ones for mathematical computations. Specify rows and optional columns to create custom-sized matrices for symbolic algebra and linear algebra operations.
Instructions
Create a matrix of ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Number of rows | |
| cols | No | Number of columns (default: same as rows) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |