- if A is transformed to R through the used of row operations, then det(A) is related to det(R)
-
Scaling a row
-
if B is obtained from A by multiplying a row by r, then det(B)=rdet(A)
- (basically we can just reverse the scaling of matrices with determinant (determinant is proportional to the matrix ))
- if its like a 4x4 matrix with det(2A) we must relise that 2A multiplies all entries by 2 ∴24det(A) .
-
Row multiples
-
If two rows of a matrix are scalar multiplse of another, then det=0
-
REF
-
We can get the Determinant by reducing it to REF:
- reduce a matrix (upper triangular)
- then we can just get the product of the diagonal entries to get determinant
-
We have to keep in mind the operations done to the matrix and the what the reverse is so we can do them bac to the original
- (follow the row operations bacwards to get Det)
Examples
100103124⟹100130142
- Now we can see that the matrix is uper triangular so the determinent is the products of the diagonal numbers
-
Using REF to find 4x4 det
0212122222522251⟹RREF100011001220122−1Det(REF)=1∗1∗2∗−1=−2Det(REF)∗−1∗2=Det(A)Det(A)=4