Please note that new user registrations disabled at this time.

Minor Math Emergency.

Anything goes... just keep it clean.
Post Reply
User avatar
Obsidian
Posts: 1619
Joined: Thu Aug 23, 2001 11:00 am
Location: Canada
Contact:

Minor Math Emergency.

Post by Obsidian »

Heres the deal folks, I'm sure someone out there must be good at math, so heres what Im asking.

Does anyone out there know how to find the inverse of a 3x3 Matrix?
The waves came crashing in like blindness.
So I just stood and listened.
User avatar
ruined letters
Posts: 93
Joined: Fri Sep 20, 2002 6:51 pm
Contact:

Post by ruined letters »

It's kind of hard to explain without drawing it out, but if you have been studying matrices then you should probably understand what i'm trying to say.
It's actually incredibly simple. The inverse of any square matrix is the matrix that you can multiply it by to get the Identity martix. Get it? The identity matrix is the one where it's a bunch of diagonal 1's and 0's everywhere else. So it's just the the recipricol of a number, and is denoted, in fact, in the same exact way. It's just like how A X A^-1 = 1 in intergers, it's the exact same for matrices, except it's A X A^-1 = I (identity matrix)
no matter how hard you try you can't stop us now
User avatar
ruined letters
Posts: 93
Joined: Fri Sep 20, 2002 6:51 pm
Contact:

Post by ruined letters »

By the way, what math class are you taking?
no matter how hard you try you can't stop us now
User avatar
Obsidian
Posts: 1619
Joined: Thu Aug 23, 2001 11:00 am
Location: Canada
Contact:

Post by Obsidian »

well ya, thanks ruined, but I've gone that far,

so, say you have a matrix of

1 2 3
3 4 6
1 0 3


I need to multiply that to get the identity matrix of

1 0 0
0 1 0
0 0 1

How can I find the [A] value, that when multiplied by the given matrix, will give me my identity matrix.

I'm guessing it has something to do with the determinant.

Sweet, 999 posts.


I'm currently taking math levels B and C, which are high level highschool classes.
My teacher promises 10 free marks to the first person to figure this out.
The waves came crashing in like blindness.
So I just stood and listened.
User avatar
ruined letters
Posts: 93
Joined: Fri Sep 20, 2002 6:51 pm
Contact:

Post by ruined letters »

Do you know how to multiply and divide matrices? If you do then it should be incredibly simple. You have the idea completely right, but unless I completely forgot how to multiply and divide matrices within the last year (which is very possible :p ) it doesn't really have much to do with the determinant. It should be in your math book in the next chapter or something if you're allready studying matrices.

It's been a year since i've done anything with matrices, so be careful cuz my memory seems to go bad over the summer.
no matter how hard you try you can't stop us now
User avatar
garazdawi
Posts: 2563
Joined: Mon Jun 24, 2002 11:00 am
Location: Skövde, Sweden
Contact:

Post by garazdawi »

The inverse of the matrix

A=
[1 2 3]
[3 4 6]
[1 0 3]

is
A-1=
[-2 1 0]
[.5 0 -.5]
[2/3 -1/3 1/3]

So A*A-1=I
"Those who control the past control the future, those who control the present control the past" And I rule the PRESENT!!
I put the 'laughter' back in 'slaughter'
User avatar
Obsidian
Posts: 1619
Joined: Thu Aug 23, 2001 11:00 am
Location: Canada
Contact:

Post by Obsidian »

Oh gara, if only your timely assistance came but 2 days earlier.
How do you find those numbers though?
The waves came crashing in like blindness.
So I just stood and listened.
User avatar
garazdawi
Posts: 2563
Joined: Mon Jun 24, 2002 11:00 am
Location: Skövde, Sweden
Contact:

Post by garazdawi »

N my calculator :) I have teh furmulae somewhere though, it DOES use the determinent IIRC
"Those who control the past control the future, those who control the present control the past" And I rule the PRESENT!!
I put the 'laughter' back in 'slaughter'
User avatar
Osiris
Posts: 845
Joined: Sat Dec 30, 2000 11:00 pm
Location: The Underworld
Contact:

Post by Osiris »

Calculating by hand is tedious stuff. Been a long time since I've done this, so no guarantees this is correct.....

If A =
a b c
d e f
h i j
and inverse A =
k l m
n o p
q r s
the two must multiply to equal I
1 0 0
0 1 0
0 0 1

Hence:
ak + bn + cq = 1
dk + en + fq = 0
hk + in + jq = 0 etc.

Fill in the values you know (for a, b etc), and solve each set of three equations simultaneously to find k, l, m etc etc.

The determinant appears only indirectly.
No guarantees on the above and there may be easier ways....
:cool:
User avatar
garazdawi
Posts: 2563
Joined: Mon Jun 24, 2002 11:00 am
Location: Skövde, Sweden
Contact:

Post by garazdawi »

There is a formula to do this. For a 2*2 matrix it is 1/|A|*A where |A| is the determinant.

There si something similar with a 3*3 matrix not sure how though
"Those who control the past control the future, those who control the present control the past" And I rule the PRESENT!!
I put the 'laughter' back in 'slaughter'
Post Reply