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

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
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

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