Find the Inverse of the Resulting Matrix [[1,0,4],[0,1,3],[0,0,0]]*[[4],[2],[0]]
Problem
Solution
Multiply the
3×3 matrix by the3×1 column vector using the dot product of each row with the vector.
Identify the resulting matrix from the multiplication.
Determine if the resulting matrix has an inverse. An inverse only exists for square matrices (
n×n that are non-singular (determinant is non-zero).Conclude that since the resulting matrix is a
3×1 column vector and not a square matrix, it cannot have an inverse.
Final Answer
Want more problems? Check here!