What is the dot product of <4,5,2> and <2,4,1>?

1 Answer
Feb 28, 2016

For two vectors <x1,y1,z1> and <x2,y2,z2>, the dot product is x1x2+y1y2+z1z2. In this case the dot product is 8+202=26. The dot product of two vectors is a scalar.

Explanation:

Just showing it in a little more detail:

<4,5,2><2,4,1>=((4×2)+(5×4)+(2×1))
=8+202=26