How do you know if two vectors are perpendicular or parallel 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Amazon, Lives in Seattle. Graduated from University of Washington with a degree in Business Administration.
When you calculate the dot product and your answer is non-zero it just means the two vectors are not perpendicular. Two vectors are parallel when they are scalar multiples of each other. In other words, if you can multiply one vector by a constant and end up with the other vector.
2023-04-25 01:32:11
评论(499)
Helpful(122)
Helpful
Helpful(2)

Noah Wilson
QuesHub.com delivers expert answers and knowledge to you.
When you calculate the dot product and your answer is non-zero it just means the two vectors are not perpendicular. Two vectors are parallel when they are scalar multiples of each other. In other words, if you can multiply one vector by a constant and end up with the other vector.