matrix
Construct an m x n matrix with optional list of entries for mathematical computations.
Instructions
Create an m x n matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| m | Yes | Number of rows (or size if n=0). | |
| n | No | Number of columns (default 0). | |
| entries | No | List of entries (optional). |