More on matrix determinants
The determinant of a general matrix is quite complicated. We give a mechanical, recursive definition first and then think about its meaning later. Definition (Determinant) Let . The determinant of is defined recursively in the following manner. If , then . If , then let denote the matrix obtained by removing the -th row and the -th column from , and where is any arbitrary index from 1 to . (Instead of a row, you may use an arbitrary column to obtain the same result.) According to this definition, if we want to compute of an matrix, we need to compute the determinants of (many) matrices, which requires computing determinants of matrices, and so on, until we reach the determinants of matrices which are tri...