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