Find the Inverse of the Resulting Matrix [[1],[2],[0]][[0],[2],[1]]
Problem
Solution
Multiply the given matrices to find the resulting matrix
A Since we are multiplying a3×1 matrix by a1×3 matrix, the result is a3×3 matrix.
Check for invertibility by calculating the determinant of matrix
A
Conclude that the matrix does not have an inverse. A matrix is invertible if and only if its determinant is non-zero. Since the determinant is
0 (and the matrix has a row and a column of zeros), it is singular.
Final Answer
Want more problems? Check here!