Is Singular

 
 
 

Categories

  • Math > Matrix

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

Inputs

Matrix

The matrix to evaluate.

outputs

Result

Returns true if the input matrix is singular, false otherwise.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License