Algosim documentation: ComplexZeroMatrix

ComplexZeroMatrix

Returns the complex zero matrix of size m×n.

Syntax

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⎠

See also