Scalar Triple Product Calculator
Enter three 3D vectors to compute a · (b × c) and find the signed volume of the parallelepiped they form.
Enter Three 3D Vectors
Quick Examples
Enter vector components and click Calculate
Scalar Triple Product a · (b × c)
—
Vectors are coplanar — volume = 0
Signed volume of parallelepiped: cubic units
Step 1 — Cross Product b × c
| x | y | z | |
|---|---|---|---|
| b | — | — | — |
| c | — | — | — |
| b×c | — | — | — |
Step 2 — Dot Product a · (b × c)
Result:
Copied!
Summary
Enter three 3D vectors to compute a · (b × c) and find the signed volume of the parallelepiped they form.
How it works
- Enter the x, y, and z components for each of the three vectors a, b, and c.
- The calculator first computes the cross product b × c, producing an intermediate vector.
- It then takes the dot product of a with that intermediate vector.
- The final scalar result equals the signed volume of the parallelepiped spanned by a, b, and c.
- A result of zero means the three vectors are coplanar (lie in the same plane).
Use cases
- Determine the volume of a parallelepiped in 3D geometry.
- Test whether three vectors are coplanar (scalar triple product = 0).
- Check if a set of vectors forms a right-handed or left-handed system.
- Solve physics problems involving torque or angular momentum in three dimensions.
- Verify linear independence of three 3D vectors.
- Compute determinants of 3x3 matrices (the scalar triple product equals the determinant).
Frequently Asked Questions
Last updated: 2026-06-11 ·
Reviewed by Nham Vu