The scalar triple product of three 3D vectors is

a scalar. Geometrically, it is the signed volume of the parallelepiped spanned by . Positive if form a right-handed system, negative if left-handed, zero if the three vectors are coplanar.

Determinant formula

The determinant’s geometric meaning (signed volume) matches the scalar-triple-product’s geometric meaning. Determinants of matrices with rows of vectors are signed volumes — this is exactly why.

Cyclic invariance

The value is unchanged under cyclic permutation of the three vectors:

Swapping any two of flips the sign (matches the determinant’s row-swap rule).

A useful corollary: the dot and the cross can be swapped without changing the value,

Coplanarity test

are coplanar iff . The parallelepiped collapses to a flat figure with zero volume.

This is one of the cleanest linear-algebra tests for coplanarity / linear dependence of three 3D vectors.

Right-handed vs left-handed

For the standard basis, — right-handed. Negative sign would indicate a left-handed (mirror-image) system. Physical conventions about orientation (right-hand rule for cross products, counterclockwise = positive in 2D, outward normals on closed surfaces) all rest on consistent right-handedness.

Application: tetrahedron volume

A tetrahedron with vertices has volume

The factor accounts for the tetrahedron being one-sixth of the spanning parallelepiped.