ZeroMatrix
Returns the real zero matrix of size m×n.
Syntax
-
ZeroMatrix(m[, n])-
mandnare positive integers
-
Description
ZeroMatrix(m, n) returns the real zero matrix of size m×n. ZeroMatrix(n) returns the real zero matrix of size n×n.
Examples
ZeroMatrix(4)
⎛0 0 0 0⎞ ⎜0 0 0 0⎟ ⎜0 0 0 0⎟ ⎝0 0 0 0⎠