Compute the volume using the scalar triple product of three vectors
Enter the x, y, and z components for vectors a, b, and c to find the volume of the parallelepiped they define. The volume is the absolute value of the determinant of the matrix formed by these vectors.
Click on any example to load its data into the calculator.
Orthogonal vectors forming a simple rectangular box. Volume = l × w × h.
a: [4, 0, 0]
b: [0, 5, 0]
c: [0, 0, 3]
Non-orthogonal vectors creating a skewed shape.
a: [3, 0, 0]
b: [1, 4, ]
c: [1, 1, 5]
Vectors lying on the same plane, resulting in zero volume.
a: [1, 2, 3]
b: [4, 5, 6]
c: [7, 8, 9]
A standard case involving negative coordinates.
a: [-2, 1, 0]
b: [1, -3, 2]
c: [0, 2, -1]