Question: If M = (1, 2, 3) and N = (4, 5, 6), what is the scalar product M · N?
Options:
Correct Answer: 32
Solution:
M · N = 1*4 + 2*5 + 3*6 = 4 + 10 + 18 = 32.