116k views
12 votes
What is the way to find inverse of matrix?​

1 Answer

9 votes

Formula for inverse of matrix:

matrix → inverse matrix


A = \bold{ \sf { \begin{pmatrix}a&b\\ c&d\end{pmatrix} \ \ \ \rightarrow \ \ A^(-1) = (1)/((ad-bc)) \begin{pmatrix}d&-b\\ -c&a\end{pmatrix} }}

User Tay
by
5.2k points