A question: If you have two vectors and they are perpendicul

Faded-Maximus

New member
Joined
Sep 24, 2006
Messages
31
If you have two vectors and they are perpendicular, if you use the dot product on them they will add to zero. How can you determine if they are parallel?
 
Two vectors are parallel if they are non-zero multiples of each other.
 
Re: A question: If you have two vectors and they are perpend

Faded-Maximus said:
If you have two vectors and they are perpendicular, if you use the dot product on them they will add to zero. How can you determine if they are parallel?

perpendicular vectors ... dot product = 0

parallel vectors ... dot product = +/- (product of their respective magnitudes). {(+) if they have the same direction, (-) if they have opposite directions}.
 
Top