Determinants
A=(acbd),det(A)=ad−bc (can be generalized to any SQUARE matrix and is also notated as |A|)Theorem: A is invertible if and only if det(A)=0
Examples
If A is a 1 x 1 matrix, then det(A)=A, such asdet([−7])=−7det(1−111)=1∗1−1∗(−1)=2
Finding the Determinant of a 3 x 3 matrix
det⎝⎛22−1301031⎠⎞
Step 1: Choose a row OR column (with many zeroes)
- In this example, choose row 1 because it has a 0
Step 2: Construct a sign table, where each sign alternates from the last
⎣⎡+−+−+−+−+⎦⎤
This signifies what we should be doing with our chosen row; we should do +2 * something - 3 * something + 0 * something
- This is why we choose a row with zeroes; makes it easier because we don’t need to compute as many terms
Step 3: Cancelling time
- Find the determinants of the elements of the rows/columns that the numbers aren’t in
2∗det(0131)−3∗det(2−131)+0∗det(2−101)=2(−3)−3(5)=−21
More Examples
det⎝⎛136009−157⎠⎞=0∗det(3667)−0∗det(16−17)+9∗det(13−15)=−9(5+3)=−72
det⎝⎛15πλπe04e00003000101042250γπ+e37⎠⎞=1∗det⎝⎛4e00030010104225γπ+e37⎠⎞=1∗3∗det⎝⎛400101025γ37⎠⎞=3∗4∗det(2537)=12∗(14−15)=−12