1

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

TobyStack
  • 233
  • 2
  • 8
  • Rather, see this classic thread: http://math.stackexchange.com/questions/668/whats-an-intuitive-way-to-think-about-the-determinant – Travis Willse May 09 '15 at 09:07

1 Answers1

5

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.

Hagen von Eitzen
  • 1
  • 29
  • 331
  • 611