English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

A= [-5 -2 -2
2 1 0
1 0 1]
B. Show your Candidate is the inverse. That is AA-1=A-1A=I

2007-02-18 05:42:27 · 4 answers · asked by sportman16977 2 in Science & Mathematics Mathematics

4 answers

First find the adjoint matrix:

adj A:

1 0 2 1
0 1 1 0
-2 -2 -5 -2
1 0 2 1

1 -2 -1
2 -3 -2
2 -4 -1

1 2 2
-2 -3 -4
-1 -2 -1


Find determinant of original matrix:

detA = -5(1-0) -2(0-2) -2(0-1) = -5 + 4 + 2 = 1

The inverse matrix is adjA / detA = adjA / 1 = adjA

invA =
[
1 2 2
-2 -3 -4
-1 -2 -1
]

2007-02-18 05:52:35 · answer #1 · answered by Anonymous · 0 0

start by putting it into an augmented matrix, that is glue an identity matrix on to the side of it. like so

-5 -2 -2 1 0 0
2 1 0 0 1 0
1 0 1 0 0 1

now do all the proper row reductions to transform your original matrix into the identity matrix and what you end up with on the right hand side is going to be your inverse matrix

I'm not going to go through all the work here I hope you can do it on your own. I could just write the answer but then you wouldn't learn anything.

2007-02-18 05:51:42 · answer #2 · answered by snilubez 2 · 0 0

A^-1 =
[1 2 2]
[-2 -3 -4]
[-1 -2 -1]

2007-02-18 05:46:46 · answer #3 · answered by leo 6 · 0 0

thisshould help

http://mathworld.wolfram.com/MatrixInverse.html

2007-02-18 05:45:53 · answer #4 · answered by Sum Girl 4 · 0 0

fedest.com, questions and answers