- A row or col of zeroes ⇒ det = 0.
- We expand along that row/col; each coefficient is 0 so it cancels out.
- Swapping rows / cols ⇒ det B = - det A.
- Swapping rows basically swaps which operation is happing on which component of the standard basis vectors.
- So the change is still happening, but just on the other axis, hence the determinant is negative.
- Adding a multiple of one row / column to another row / col: det B = det A.
- This is essentially shearing the space. We are reorienting the vectors that form our parallelogram.
- Since parallelogram’s area is base x height, depending on what you take as the base and height it becomes easy to visualize why shearing doesn’t change area.
- If any two rows of A are equal / scaler multiple: det A = 0.
- If two rows of A are the same ⇒ two basis vectors are landing at the same spot ⇒ squished into a lower dimension.
- If B is created by multiplying a row / col with constant c: det B = c det A.
- This scales the vector’s length, hence occupying that much more area.