How to determine if two vectors are parallel or perpendicular?
There is a simple way to determine if two vectors are perpendicular or parallel to each other:
- If the dot product of two vectors is zero, then they are said to be perpendicular to each other.
- In the other hand, if the cross product of two vectors is zero, then they will be parallel to each other.