2. Define the following matrices in MATLAB [A] = [[4, 7], [1, 2], [5, 6]] [F] = [[3, 0, 1], [1, 7, 3]] [B] = [[4, 3, 7], [1, 2, 7], [2, 0, 4]] [c] = [[3], [6], [1]] [D] = [[9, 4, 3, - 6], [2, - 1, 7, 5]] [E] = [[1, 5, 8], [7, 2, 3], [4, 0, 6]] And perform in MATLAB the following operations and provide your MATLAB's output. [45 pts] (1) [E] + [B] (4) 7[B] (7) [B] .*[F] (2) [A] + [F] (5) [C] ^ T (8) [D] ^ T (3) [B] - [E] 3. (6) [E] .*[B] (9) [A] .*[C]