Question: If A = (3, -2, 1) and B = (4, 0, -1), what is the value of A · B?
Options:
Correct Answer: -1
Solution:
A · B = 3*4 + (-2)*0 + 1*(-1) = 12 + 0 - 1 = 11.