I know how to calculate a determinant, but I wanted to know what the meaning of a determinant is? So how could I explain to a child, what a determinant actually is.
Could I think of it as a measure of independence of the columns or rows? Or is there another interpretation that is even simpler?
Edit: The explanation should also explain, the role of the determinant for the solvability of linear equations.
The determinant is the volume of parallelepiped formed by the vectors.
Wikipedia is more precise:
The determinant is zero iff the vectors are linearly dependent. In this sense, it is a coarse measure of the independence of vectors.
The finer measure of independence of the columns or rows is the rank.
A system of linear equations $Ax=b$ is solvable iff $rank(A)=rank(A\mid b)$, where $A\mid b$ is the augmented matrix.
Determinants appear in the actual solution of systems of linear equations via Cramer's rule (but this is mainly an important theoretical result, because it is not pratical, except for very small systems).