Determinants
Properties of Determinants
Let A be nxn.
- If B is obtained from A by interchanging 2 rows of A, the det(B) = -det(A)
- If B is obtained from A by multiplying a row of A by k (k!=0), then det(B) = k * det (A)
- If B is obtained from A by doing a row replacement, then det(B) = det(A)
How to solve a Determinant