How do you find the inverse of a 3x3 Matrix??

mAdD INDIAN

Diamond Member
Oct 11, 1999
7,804
1
0
How do you do it using determinants??

I know how to do it using the echelon method, but that takes too long and is quite hard (for me atleast, I hate echelon!!)
 

Capn

Platinum Member
Jun 27, 2000
2,716
0
0
I want to say it's 1/det(matrix)*[matrix transverse], but I graduated in december and am now on permanent vacation, so don't quote me on that.
 

mAdD INDIAN

Diamond Member
Oct 11, 1999
7,804
1
0
so if I had a Matrix like this:

a d g
b e h
c f i

What would its Determinant be?? Wouldn't it be
a(ei - hf) - d(bi - hc) + g(bf - ec) ???

 

abaez

Diamond Member
Jan 28, 2000
7,155
1
81
is echelon doing it where you get 1 0 0
0 1 0
0 0 1?

cause that way is easy
 

Valhalla1

Diamond Member
Oct 13, 1999
8,678
0
76
do what i did on all my high school algebra matrices test -

plug it into your ti-85 and raise it to the -1
 

ViperVin2

Senior member
Mar 9, 2001
876
0
76


<< so if I had a Matrix like this:

a d g
b e h
c f i

What would its Determinant be?? Wouldn't it be
a(ei - hf) - d(bi - hc) + g(bf - ec) ???
>>



yes

i think so :eek: