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?
Minor Math Emergency.
Minor Math Emergency.
The waves came crashing in like blindness.
So I just stood and listened.
So I just stood and listened.
- ruined letters
- Posts: 93
- Joined: Fri Sep 20, 2002 6:51 pm
- Contact:
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)
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
- ruined letters
- Posts: 93
- Joined: Fri Sep 20, 2002 6:51 pm
- Contact:
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.
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.
So I just stood and listened.
- ruined letters
- Posts: 93
- Joined: Fri Sep 20, 2002 6:51 pm
- Contact:
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
) 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.
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
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....

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....
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
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'
I put the 'laughter' back in 'slaughter'