It is written on Wikipedia that:
$n$ vectors in $\mathbb R^n$ are linearly independent if and only if the determinant of the matrix formed by taking the vectors as its columns is non-zero
Can someone explain this to me? You do not have to give a complete proof, just in simple terms explain what the determinant of that matrix has to do with linear independence? And why it has to be non-zero? And are vectors allowed to be rows instead of columns in that matrix?
The determinant relates to the invertibility of the matrix. The statement is equivalent to saying that no two columns are linearly dependent. If they were, then when you turn it into a reduced form (like RREF) you get a row or column of zeros. This would mean that the determinant is zero, and therefore the columns are linearly dependent.