Algosim documentation: IsZeroMatrix

IsZeroMatrix

Tests if a matrix is a zero matrix.

Syntax

Description

If A is a matrix, then IsZeroMatrix(A, ε) returns true iff A is a zero matrix, that is, iff all its entries are 0 (compared with epsilon ε).

For all matrices A, IsZeroMatrix(A, ε) = IsZero(A, ε).

See also