44.6k views
2 votes
Evaluate the dot product of (2 4) and (1 -2)

User Solarenqu
by
6.8k points

2 Answers

4 votes
I'd suggest writing this as

<2, 4> dot <1, -2>. Another name for this is "scalar product."

Rule: <a,b> dot <c,d> = ac + bd

Thus,

<2, 4> dot <1, -2> comes out to (2)(1) + (4)(-2) = -6 (which is a scalar).
User Michiel Buddingh
by
8.2k points
2 votes
That would be 2*1 + 4*-2 = 2 - 8 = -6 Answer
User Younes LAB
by
8.2k points

No related questions found