Author Topic: Matrices  (Read 4720 times)

0 Members and 1 Guest are viewing this topic.

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Matrices
« on: June 07, 2006, 11:12:56 pm »
So I was sitting around in English and I'm wondering "How do Matrix Inverses work?"  I tried to find a pattern but I couldn't. :(
Help?
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline dark_drake

  • Mufasa was 10x the lion Simba was.
  • x86
  • Hero Member
  • *****
  • Posts: 2440
  • Dun dun dun
    • View Profile
Re: Matrices
« Reply #1 on: June 07, 2006, 11:43:28 pm »
I learned how to do these long ago.  The only ones I remember now are the 2x2 matrices.

The matrix is:             | a  b |
                               | c  d |

The inverse is:      1       | d   -b |
                       ad-bc   | -c   a |
errr... something like that...

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: Matrices
« Reply #2 on: June 08, 2006, 01:46:29 am »
I don't think there is a formula for getting the inverse of > nxn matrices, where n = 2.

One way to find the inverse of larger square matrices is to figure out what operations you would have to do to turn the matrix (A) into the identity matrix.  For example, 1 step might be to multiply the first row by 4. 
The matrix [4  |   4   |  4 | ... |  4]  would accomplish this.  Let that matrix be called B.  Then you
                  [ 0........................
                    .........................     ]

may need to subtract the first row from the second.  Let the matrix that accomplishes this be called C
Let's say then that,

E.g.       C*B*A = I.     By definition, the matrix, G = C*B is the inverse of
A.

Offline dark_drake

  • Mufasa was 10x the lion Simba was.
  • x86
  • Hero Member
  • *****
  • Posts: 2440
  • Dun dun dun
    • View Profile
Re: Matrices
« Reply #3 on: June 08, 2006, 01:50:08 am »
I don't think there is a formula for getting the inverse of > nxn matrices, where n = 2.

There is, but I forgot it. :(
errr... something like that...

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: Matrices
« Reply #4 on: June 08, 2006, 03:15:19 am »
Ah, there's a canned formula for 3x3.

For,


The inverse is :

(|A| = det(A) )

For higher dimensional matrices no-one has bothered with a formula.  I think even for 3x3 matrices it's easier just using the method I described in my previous post (rather than the formula).

"A general nxn matrix can be inverted using methods such as the Gauss-Jordan elimination, Gaussian elimination, or LU decomposition."  -- Mathworld.

For more information, see:
http://mathworld.wolfram.com/MatrixInverse.html


Edit:
My mistake...
 In general, the inverse of an  N x N matrix A is

                                 
    A-1 =  [1/det(A)]* adj(A)
                               
« Last Edit: June 08, 2006, 04:12:06 am by Rule »

Offline d&q

  • Hero Member
  • *****
  • Posts: 1427
  • I'm here.
    • View Profile
    • Site
Re: Matrices
« Reply #5 on: June 08, 2006, 10:17:28 am »

Since you're in Algebra 2, I think all you would need to know is this:

The matrix is:             | a  b |
                                 | c  d |

The inverse is:      1       | d   -b |
                         ad-bc   | -c   a |
 

Btw, 1/ad-bc is 1/(det), if you didn't already know that.

And didn't I show you this before? :(



I wonder what's on TV tonight...
The writ of the founders must endure.

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: Matrices
« Reply #6 on: June 09, 2006, 01:25:17 am »
No.  We never had to know how to manually do inverses, but I really wanted to know.
Thanks a ton. :)
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: Matrices
« Reply #7 on: June 09, 2006, 09:48:49 am »
I was wondering there for a minute...I didn't cover this stuff until Calc 3

Offline dark_drake

  • Mufasa was 10x the lion Simba was.
  • x86
  • Hero Member
  • *****
  • Posts: 2440
  • Dun dun dun
    • View Profile
Re: Matrices
« Reply #8 on: June 09, 2006, 12:18:09 pm »
We covered 2x2 and 3x3 matrices and their inverses in Algebra 2. 
errr... something like that...

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: Matrices
« Reply #9 on: June 09, 2006, 12:29:42 pm »
Maybe I just don't remember covering it in Algebra 2, I certainly didn't do anything with matrices from Trig through Calc 2

Offline dark_drake

  • Mufasa was 10x the lion Simba was.
  • x86
  • Hero Member
  • *****
  • Posts: 2440
  • Dun dun dun
    • View Profile
Re: Matrices
« Reply #10 on: June 09, 2006, 12:37:53 pm »
You probably did cover it Algebra 2, but once your through the section in Algebra 2, you don't see it again for years.  I didn't see it in Pre-Calc or my AP Calc class.
errr... something like that...

Offline Chavo

  • x86
  • Hero Member
  • *****
  • Posts: 2219
  • no u
    • View Profile
    • Chavoland
Re: Matrices
« Reply #11 on: June 09, 2006, 12:42:50 pm »
Probably so, Algebra 2 was ....6 years ago for me.

Offline d&q

  • Hero Member
  • *****
  • Posts: 1427
  • I'm here.
    • View Profile
    • Site
Re: Matrices
« Reply #12 on: June 09, 2006, 01:25:02 pm »
They cover it in our Pre-Calc class, and very briefly(for review) in Calc.
The writ of the founders must endure.

Offline Rule

  • x86
  • Hero Member
  • *****
  • Posts: 1588
    • View Profile
Re: Matrices
« Reply #13 on: June 09, 2006, 06:11:03 pm »
They cover it in our Pre-Calc class, and very briefly(for review) in Calc.

Linear algebra becomes extremely important in Advanced Calculus; however, whether or not you know it should have little or no effect on how well you do in first year calc or AP Calc (AB/BC).

Actually, I only ever took a formal class in linear algebra in 2nd year (before that I only had a vague idea of what a matrix was).   Although, it was a very comprehensive course.  That's what my university was like -- completely avoid talking about a concept (e.g. imaginary numbers), and then, (at an arbitrary time), tell you more than most students would ever care to know about it.  My education was very discretized (unlike Calculus) :P.