Description
Outputs a Boolean value expressing whether the specified input matrix is singular or not.
A singular matrix is a square (n-by-n) matrix that is not invertible. A square matrix is singular if and only if its determinant
is 0.
Ports
outputs
|
Returns true if the input matrix is singular, false otherwise.
|