How can matrix A =
[5 8]
[17 3]
have an inverse that is
[9 2]
[1 15]
I know the process of getting a 2X2 matrix, but my solution results with a lot of fractions, and also the calculator's.
This is in my math book, and provides no explanation as to how it is done. We are suppose to know =S.
And it is also an inverse since A times that also gives the identity matrix... But how can one get that solution straightforward (a solution with all integers)?
Thanks!
(This is college math)
2007-04-18
16:50:50
·
4 answers
·
asked by
MSM
1
in
Science & Mathematics
➔ Mathematics
everything is mod26.
so 5*9 + 8*1 = 51 but that mod26 gives 1. That is the first one in the identity matrix.
This is really confusing I know.
2007-04-18
16:56:56 ·
update #1