Volume of a Parallelepiped Calculator
Find the volume from three edge vectors via the scalar triple product.
A parallelepiped's volume equals the absolute value of the scalar triple product of its three edge vectors.
The math behind it
V = |a · (b × c)|. The cross product b × c gives the base area as a vector; dotting with a projects the height.
Worked example
Edges (1,0,0), (0,2,0), (0,0,3) → volume = 6.
FAQ
What if the volume is zero?
The three vectors are coplanar (linearly dependent).