Algosim documentation: ZeroMatrix

ZeroMatrix

Returns the real zero matrix of size m×n.

Syntax

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⎠

See also