Processing math: 100%
 
+0  
 
+20
852
3
avatar+1886 

Can someone teach me how to get the inverse of a 3x3 matrix using Gaussian elimination.

 Oct 11, 2016

Best Answer 

 #3
avatar+1886 
+26

I use Khan Academy but I have not seen this video yet, thanks, I take a look.

 Oct 12, 2016
 #1
avatar+118703 
+5

I see Heureka is already answering - thanks Heureka.

 

But I was wondering if you have looked at this Khan Academy you tube?

 

https://www.khanacademy.org/math/algebra-home/alg-matrices/alg-determinants-and-inverses-of-large-matrices/v/inverting-matrices-part-3

 

laugh

 Oct 11, 2016
 #3
avatar+1886 
+26
Best Answer

I use Khan Academy but I have not seen this video yet, thanks, I take a look.

EighthMersennePrime  Oct 12, 2016
 #2
avatar+26396 
+5

Can someone teach me how to get the inverse of a 3x3 matrix using Gaussian elimination.

 

Here is an example:

 

We have Matrix A=(122101113)

 

The inverse Matrix A1= ?

 

The identity matrix ( unit Matrix ) I=(100010001)

 

Using Gaussian elimination:

(122101113|100010001)

 

III=II(122021113|100110001)

 

III+I=III(122021015|100110101)

 

2×III+II=III(122021009|100110112)

 

9×II+III=II(1220180009|1008102112)

 

19×II+I=I(1020180009|19109298102112)

 

29×III+I=I(1000180009|1989298102112)

 

118×II=II(100010009|1989298181018218112)=(100010009|198929495919112)

 

19×III=III(100010001|198929495919191929)

 

 

The inverse Matrix A1=(198929495919191929)=19×(182451112)

 

laugh

 Oct 11, 2016

0 Online Users