Scalar Triple Product:
From: | To: |
The scalar triple product of three vectors a, b, and c is the determinant of the 3×3 matrix formed by these vectors. It represents the signed volume of the parallelepiped formed by the three vectors.
The calculator computes the determinant of the matrix:
Which expands to: \[ a_x(b_yc_z - b_zc_y) - a_y(b_xc_z - b_zc_x) + a_z(b_xc_y - b_yc_x) \]
Details: The absolute value of the scalar triple product equals the volume of the parallelepiped formed by the three vectors. A zero value indicates the vectors are coplanar.
Tips: Enter the x, y, z components for each of the three vectors. The calculator will compute the determinant of the resulting 3×3 matrix.
Q1: What does a positive/negative product mean?
A: The sign indicates the orientation of the vector triplet (right-handed or left-handed).
Q2: How is this related to the cross product?
A: The scalar triple product equals a · (b × c), the dot product of a with the cross product of b and c.
Q3: What units does the result have?
A: The product has units of length cubed (if the vectors represent spatial vectors with length units).
Q4: When is the scalar triple product zero?
A: When the three vectors are coplanar (linearly dependent).
Q5: What applications does this have?
A: Used in physics, engineering, and computer graphics for volume calculations and orientation tests.