[Math] Calculate the volume of parallelepiped

linear algebra

You can calculate the volume of a parallelepiped by $|(A \times B) \cdot C|$, where $A$, $B$ and $C$ are vectors. I wonder does the order matter? If it does how, is it determined. I know I can just put it in a matrix and calculate the determinant but I would like to know how it is in this case.

Thanks!

Best Answer

If you know that the scalar triple product is equal to the determinant of a matrix whose rows are the components of the vectors, and if you recall the effects of operations on the rows of a matrix, then you can show that swapping any two of the vectors $A,B,C$ in the scalar triple product $(A \times B) \cdot C$ will swap the corresponding rows of the matrix and therefore will flip the sign of the determinant but will not change the magnitude of the determinant. Hence the interchange of any two vectors (which could be $B$ and $C$ or could be $A$ and $C$, not just $A$ and $B$) will likewise flip the sign of the scalar triple product but will not change its magnitude.

Any reordering of the three vectors $A$, $B$, and $C$ can be accomplished by either one or two interchanges of two vectors. For example, to get from $(A,B,C)$ to $(B,C,A)$, swap the first two vectors, then the last two. Hence of the six possible ways to order the three vectors $A$, $B$, and $C$, three orderings will give you positive scalar triple products and three will give you negative scalar triple products, but all scalar triple products will have the same magnitude.