answersLogoWhite

0

To find the inverse of a matrix, you basically append (not add) the identity to the matrix, then solve it so that the identity is on the left side. The contents of the right side of your matrix will be the inverse. For instance:

[A] = [ [1 0] [2 1] ] (original matrix)

[A] = [ [1 0] [2 1] | [1 0] [0 1] ] (appending the identity of a 2x2 matrix)

(the bolded line is an imaginary divider)

Next, you try to solve it so that the identity is shifted to the left side. The matrix's inverse will be the contents of the right.

[A] = [ [1 0] [0 1] | [1 0] [2 -1] ]

[A]-1 = [ [1 0] [2 -1] ]

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga

Add your answer:

Earn +20 pts
Q: How do you find the inverse for matrix in math?
Write your answer...
Submit
Still have questions?
magnify glass
imp