The matrix M is given by M = ((3, 0), (1, 1)), where rows are written left to right, top row then bottom row.
(a)By direct matrix multiplication, find M2, and verify that it agrees with the formula Mn = ((3n, 0), ((3n - 1)/2, 1)) when n = 2.(2)
(b)Prove by induction that Mn = ((3n, 0), ((3n - 1)/2, 1)) for all positive integers n.(5)
(Total for Question 8 is 7 marks)