Description Usage Arguments Details Value Author(s) References See Also Examples
Generates a zero matrix.
1 | ZeroMatrix(m, n = NULL)
|
m |
Integer. Number of rows. |
n |
Integer. Number of columns.
If |
The m \times n zero matrix \mathbf{0} is a matrix completely filled with zeroes.
Numeric matrix.
Ivan Jacob Agaloos Pesigan
Other constructor functions:
IdentityFrom()
,
Identity()
,
ZeroMatrixFrom()
1 2 | ZeroMatrix(3)
ZeroMatrix(3, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.