Question: If A = (1, 0, -1) and B = (0, 1, 1), what is the scalar product A · B?
Options:
Correct Answer: 0
Solution:
A · B = 1*0 + 0*1 + (-1)*1 = 0 + 0 - 1 = -1.