To find the inverse matrix, augment it with the identity matrix and perform row operations trying to make the identity matrix to the left. Then to the right will be the inverse matrix.
Augment the given matrix with the identity matrix
![\mleft[\begin{array}cc3 & -4 & 1 & 0 \\ 5 & -8 & 0 & 1\end{array}\mright]](https://img.qammunity.org/2023/formulas/mathematics/high-school/s01tdi4ysgt5xvwc627y6clrz4le3w5gbh.png)
![\begin{gathered} R_1=(R_(1))/(3)\mleft[\begin{array}cc1 & -(4)/(3) & (1)/(3) & 0 \\ 5 & -8 & 0 & 1\end{array}\mright] \\ R_2=R_2-5R_1\mleft[\begin{array}cc1 & -(4)/(3) & (1)/(3) & 0 \\ 0 & -(4)/(3) & -(5)/(3) & 1\end{array}\mright] \\ R_2=-(3 R_(2))/(4)\mleft[\begin{array}cc1 & -(4)/(3) & (1)/(3) & 0 \\ 0 & 1 & (5)/(4) & -(3)/(4)\end{array}\mright] \\ R_1=R_1+(4 R_(2))/(3)\mleft[\begin{array}cc1 & 0 & 2 & -1 \\ 0 & 1 & (5)/(4) & -(3)/(4)\end{array}\mright] \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/high-school/13hlbm1fg868kpsazm2mzc9rn5ke87udsa.png)
Finally, on the right is the inverse matrix. Therefore the inverse matrix is:
![\mleft[\begin{array}{cc}2 & -1 \\ (5)/(4) & -(3)/(4)\end{array}\mright]](https://img.qammunity.org/2023/formulas/mathematics/high-school/5lmj76ohgvdu8q64y6qvevihka8u9z2l68.png)