Using the matrix method, compute the convolution sum between x[n]=[4 3 2 1] and ℎ[n]=[2 4 6]:
a) [26 28 20 12 6]
b) [8 20 28 26]
c) [2 8 20 28]
d) [6 12 20 28]