Find the Inverse
Problem
Solution
Identify the structure of the
10×10 matrixA Note that many columns and rows contain only one or two non-zero entries, suggesting we can solve the systemA*X=I or use row reduction.Solve for the variables by setting up the equation
A*x=(e_j) for each basis vector. For example, from row 9,0.5*(x_5)=(y_9)⇒(x_5)=2*(y_9) Substitute known values into other equations. From row 5,
−0.101*(x_2)+800*(x_10)=(y_5) From row 7,−(x_6)+250*(x_10)=(y_7) From row 10,(x_4)+0.866*(x_5)+(x_8)=(y_10) Isolate each variable
(x_1) through(x_10) in terms of the identity components(y_1) through(y_10) to determine the entries of the inverse matrixA(−1) Calculate the numerical values. For instance,
(x_10) is found to be0 in most columns except where(y_5) or(y_6) are involved, but since the last column of the original matrix is mostly zeros except for rows 5 and 7, we find the matrix is singular (determinant is zero) because the 9th column of the original matrix consists entirely of zeros.Verify the column of zeros. Observing the 9th column of the input matrix: all entries are
0 Conclude that a matrix with a column of all zeros has a determinant of
0 and is therefore not invertible.
Final Answer
Want more problems? Check here!