Find the Inverse [[1,-2,0],[0,0,1],[0,1,0]]
Problem
Solution
Set up the augmented matrix by placing the identity matrix
I to the right of the given matrixA
Swap the second and third rows (
(R_2)↔(R_3) to move the pivot into the correct position for row-echelon form.
Eliminate the
−2 in the first row by adding twice the second row to the first row ((R_1)→(R_1)+2*(R_2) .
Identify the resulting matrix on the right side as the inverse matrix
A(−1)
Final Answer
Want more problems? Check here!