What is the determinant of a matrix?

187 Views Asked by At

I know how to solve for the determinant of a matrix, but I'm struggling to understand what it represents.

1

There are 1 best solutions below

0
On

A nice intuitive visualization is: The determinant is the (oriented) $n$-dimensional volume of the epiped ("distorted cube") spanned by the column vectors. Especially, the deteminant is zero iff the epiped is "squashed" to lower dimensions, i.e., iff the matrix is not invertible.