Refresher - Determinants
Determinants
Each square matrix has a determinant which is a number associated with the matrix. The determinant of [abcd] can be denoted as |abcd| or det[abcd]. The value of or det[abcd] is ad-bc.
For determinants larger than a second-order (2 x 2) we use a method that utilizes minors. A minor of an element can be found by deleting the row and column containing the element.
[a1b1c1a2b2c2a3b3c3] The minor of a1 is [b2c2b3c3]
One method of evaluating a determinant is by expanding the determinant by its minors. In the example below of a third-order determinant, elements of the first row were crossed out. Note that the signs between the terms are alternating. An easy way to determine if the element is + or – is to add the row and column number of the element. If the sum is even, the sign is positive; if the sum is odd, the sign is negative. In the example below,a1 is in row 1 + column 1 = 2. The sum is even, so the sign is positive.
|a1b1c1a2b2c2a3b3c3|=a1|b2c2b3c3|−b1|a2c2a3c3|+c1|a2b2a3b3|
Click here Links to an external site. for examples of finding the determinant.