linalg[iszero] - determine whether a matrix is zero
|
Calling Sequence
|
|
iszero(A)
|
|
Description
|
|
•
|
The call iszero(A) returns true if all of the entries of matrix A are zero, false or an error otherwise.
|
•
|
The command with(linalg,iszero) allows the use of the abbreviated form of this command.
|
|
|