A #linearalgebra question. To understand a #math, you should visualize it. I don't have a good visualization of a matrix determinant. The best I manage is that it's the difference of the areas of rectangles ( (hyper-)volume for higher dimensions) made from mixing the x and y coordinates of the row vectors that compose the matrix.
1) What does this mean?
2) Is there a better visualization?

\[ A=\left( \begin{matrix}
2 & 4 \\
1 & 3
\end{matrix} \right ) \]
\[ det(A)=2\times3-4\times1=2 \]

@samurai Your explanation, and the replies, capture much of this, but this Math Stack Exchange post really helped advance my understanding of determinants, so I thought I'd add it to the thread.

https://math.stackexchange.com/questions/1403735/why-is-determinant-a-multilinear-function

#math #linalg #geometry

Why is determinant a multilinear function?

I am trying to understand (intuitive explanation will be fine) why determinant is a multilinear function and therefore to learn how elementary row operation affect the determinant. I understand th...

Mathematics Stack Exchange
@phonner Thanks, this is particularly useful, and not just because I can now use the phrase “n-dimensional parallelipipeds.” You get a gold star! ⭐️