Get Determinant
 
 
 

Categories

  • Math > Matrix

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

Matrix

The matrix from which to get the determinant.

Outputs

Result

The determinant of the specified input matrix.