Thread Closed

Finding the inverse of matrices

 
Share Thread
Mar16-05, 09:10 AM   #18
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Finding the inverse of matrices


So, find the inverse of 17 mod 26, it's no harder than doing Euclid's algorthim (or being clever and just checking my list on the last page)

( from scratch, less than one minutes thinking gives 23 as the inverse, or -3, equivalently)
Mar16-05, 09:35 AM   #19
 
Recognitions:
Gold Membership Gold Member
I tried coming up with general number of operations you'd perform with either method to determine which is faster, and I just dont have time right now..

matt, which one is faster - augmented matrix or adjoint/determinant method? Ive counted about 47 operations on adj/det method, and I'm guessing there is more in augmented method
Mar17-05, 09:03 PM   #20
 
Quote by Hurkyl
One thing that's sure to work (though it might not be the easiest) is to compute the adjoint (I think that's the word used) -- the matrix whose (i,j)-th entry is the (i,j)-th subdeterminant. The identity A * adj A = (det A) I will yield the inverse.

Another approach is to use the chinese remainder theorem. Work out the inverse mod 13 and mod 2, then combine them to get the mod 26 answer.

All that said, you probably made an arithmetic error -- I don't think that last row is correct. (Because if that 22 is right, all of the terms on the RHS should be even)
the second option might be best because then every element on mod 2 and mod 13 will be a unit and you can find an inverse for every number. mod 26 is harder because not every element will have an inverse and you may need to do some careful row switches.
Mar17-05, 09:06 PM   #21
 
Quote by Hurkyl
Yep, but then again, the matrix is invertible if and only if the determinant is invertible.
don't you mean not equal to zero?
Mar17-05, 11:59 PM   #22
 
Not equal to zero and invertible mean the same thing for elements of a field~
Mar18-05, 04:23 AM   #23
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
But we aren't dealing with a field. Invertible is indeed the correct term.
Mar18-05, 05:49 AM   #24
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
For example, an integer matrix has an integer inverse if and only if its determinant is 1 or -1 --- because those are the only invertible integers!
Mar18-05, 12:11 PM   #25
 
ah... that makes sense.
Thread Closed

Similar discussions for: Finding the inverse of matrices
Thread Forum Replies
Matrices Inverse properties Precalculus Mathematics Homework 3
inverse matrices help please Precalculus Mathematics Homework 9
Finding an inverse in F7, matrices...-1 mod 7? Calculus & Beyond Homework 0
Having troubles showing A has no inverse or finding the inverse, matrices. Introductory Physics Homework 0
Inverse of Matrices Linear & Abstract Algebra 3