The determinant of a square Matrix A is |A| and is a scalar value that is a function of the entries of the matrix.
For a 2D matrix (abcd), this is det(A)=ad−bc
TODO: Describe 3D matrix.