224k views
4 votes
Help me with a shortcut method of finding matrices using inverse method​

1 Answer

1 vote

Answer:

There is no manual shortcut except you're using a program like MATLAB or Mathcad.

Otherwise the process still remains the same:

1. Find the determinant |a|

2. Find the minor, then find the cofactors C

3. Find the adjoint of a which is the transpose of C

4. Find the inverse with


(1)/( |a | ) \: * adjoint \: of \: a

User Kchason
by
5.2k points