Matrix determinants in general
The determinant of a general
Definition (Determinant)
Let
- 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 trivial to compute (actually we already know how to compute the determinant of a matrix so we may stop at ).
Example. First, let's see the previous definition of the determinant of a matrix is consistent with the above definition.
Let . Then,
Example.
Let
To compute its determinants, let's pick the first row as `` ''. So
Since we may pick any arbitrary row ( ), we may equally use the second row to compute
to obtain the same result. □
Example.
Let . Prove the following.
Do you see any pattern? There are terms. Each term is a product of three elements. Each of 1, 2, 3 appears only once in the first index of each factor; the same for the second index. Half (3) of the terms are multiplied by -1. What are these patterns? They are permutations! As fascinating as it is, we don't delve into the details here. See a textbook on linear algebra. □
Comments
Post a Comment