If A = [1 2] and B = [3/2], then find the product of AB?

If A = [1 2] and B = [3/2], then find the product of AB?

Explanation

Given A = [1  2] and B = [3; 2], let's calculate the product AB:

AB = [1_3 + 2_2]

= [3 + 4]

= [7]