Given vector a = [a1, a2, a3] and vector b = [b1, b2, b3], we can say that the two vectors are orthogonal if their dot product is equal to zero. The dot product of vector a and vector b, denoted as a · b, is given by:
a · b = a1 * b1 + a2 * b2 + a3 * b3
To find out if two vectors are orthogonal, simply enter their coordinates in the boxes below and then click the “Check orthogonality” button.
Dot product (a · b): 44.00
44.00