In the last lesson, we discovered the dot product and its connection to the angle between two vectors. We saw that a large positive dot product means two vectors are "aligned," while a large negative one means they are "opposed."
But what about the most interesting case? What happens when the dot product is exactly zero?
From our geometric formula, , the only way for the dot product to be zero (assuming non-zero vectors) is if . This happens when the angle is exactly 90 degrees.
Vectors that are at a 90-degree angle to each other are called orthogonal. This is the precise mathematical term for "perpendicular." This simple geometric idea has profound implications in the world of data. In linear algebra, orthogonality is the mathematical embodiment of independence and non-redundancy.