All of the examples I can find on youtube show how to check if three $3\times 1$ vectors are independent by combining them into a matrix and checking if the determinant is $0$. However, since a determinant only exists for square matrices, how can you check if only two vectors are linearly independent (procedurally rather than by inspection)?
2026-05-15 03:29:26.1778815766
Linear independence of two vectors
378 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Two nonzero vectors $v$ and $w$ are linearly independent if and only if they are not collinear, i.e., not of the form $w=\lambda v$ for nonzero $\lambda$. This is much easier than to compute a determinant, of course.