Matrix
Matrix Calculations, Eigen Vector
Q1. Let M be the following matrix: (a) Find the inverse of M. To find the inverse of M, we need to find det(A). det(A) = ad - bc where det(A) = ad - bc = (2*1) - (-3)(-2) = (2)-(6) = -4 Then, rearrange M Multiply by 1/det(A) This gives M^-1 of: (b) Using your answer to (a) or otherwise, find the solution to the following system of equations: 2 ways of solving this question. 1) Using M^-1 2) Usin..