matzero
Create a zero matrix by specifying rows and optionally columns. Returns a matrix of zeros.
Instructions
Create a zero matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| m | Yes | Number of rows (or size if n=0). | |
| n | No | Number of columns (default 0). |