Author Topic: Matrices  (Read 958 times)

Offline shan2391

  • SF Immigrant
  • **
  • Posts: 103
  • Reputation: 3
Matrices
« on: May 17, 2009, 03:23:04 pm »
GUys i m confused about the inverse if we hav 2 know matrices 2by2 e.g A and B and an unknown Matrix X.
SO if we have an eq AX=B
would we do X=(Ainverse)8B       or X=B*(Ainverse)
and when we have to find B*Ainverse wat do v do?

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Matrices
« Reply #1 on: May 17, 2009, 03:28:36 pm »
it depends on the order of the matrix A and B

for e.g
if the question says....(1  2) * X = (5  6  7)
                              (3  4)          (8  9  2)

then for that X = (1  2)  *  (5  6  7)
                        (3  4)     ( 8  9  2)
this is because the no. of colums of the first matrix = the no. of rows of the second matrix
=>                             (2)                                 =            (2)
first matrix = (1  2)
                   (3  4)

second matrix = (5  6  7)
                       (8  9  2)

Good luck
« Last Edit: May 17, 2009, 03:30:21 pm by eddie_adi619 »
divine intervention!

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Matrices
« Reply #2 on: May 17, 2009, 03:31:45 pm »
u cannot do the other way i.e
(5  6  7)  *   (1  2)
(8  9  2)      ( 3  4)

because the no. of columns of the first matrix (3) is not equal to the no. of rows of the second matrix (2)
divine intervention!

Offline shan2391

  • SF Immigrant
  • **
  • Posts: 103
  • Reputation: 3
Re: Matrices
« Reply #3 on: May 17, 2009, 03:49:01 pm »
wat if both have the same order e.g 2by2

Offline Ghost Of Highbury

  • O_o_O lala!
  • SF Farseer
  • *******
  • Posts: 4096
  • Reputation: 41428
  • Gender: Male
  • Namaskaram!
Re: Matrices
« Reply #4 on: May 17, 2009, 04:14:44 pm »
then it doesn't matter how u multiply them...
divine intervention!