Description
Outputs the determinant of the input matrix.
A square (n-by-n) matrix is singular (not invertible) if and only if its determinant is 0.
Ports
Inputs
|
The matrix from which to get the determinant.
|
Outputs
|
The determinant of the specified input matrix.
|