The scalar triple product of three 3D vectors is
a scalar. Geometrically it’s 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
Same signed-volume meaning as the scalar triple product, which is the whole point: a determinant whose rows are vectors is a signed volume.
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. So this doubles as a test for coplanarity / linear dependence of three 3D vectors.
Right-handed vs left-handed
For the standard basis, , right-handed. A negative sign means a left-handed (mirror-image) system. Orientation conventions (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.