Let a = [3, 4, -2, 1, 3, 4], b = [11, 9, 5], u = [5, -1], and v = [5, -2]. Compute au and av and compare them with b.
a)au = [20, 11, -1], av = [20, -11]; b is not related to av or au
b)au = [23, 13, 7, 3, 23, 13], av = [23, 11]; b is related to av but not to au
c)au = [26, 15, 9, 4, 26, 15], av = [26, 13]; b is related to av but not to au
d)au = [23, 13, 7, 3, 23, 13], av = [23, -12]; b is related to av but not to au