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
7.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.