Description Usage Arguments Details Value Author(s) References See Also Examples
Generates a zero matrix using the dimensions of an m \times n matrix \mathbf{A}.
1 |
A |
Input. |
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()
,
ZeroMatrix()
1 | ZeroMatrixFrom(matrix(1:9, ncol = 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.