home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / sci / math / 14745 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  814 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!news.nd.edu!irishvma!rvesterm
  2. Date: Monday, 9 Nov 1992 16:58:08 EST
  3. From: <RVESTERM@vma.cc.nd.edu>
  4. Message-ID: <92314.165808RVESTERM@vma.cc.nd.edu>
  5. Newsgroups: sci.math
  6. Subject: Re: 4x4 matrix
  7. References:  <2054@tfd.tfd.com>
  8. Lines: 16
  9.  
  10. forget about the "formula" to invert a 4x4 matrix, as opposed to the
  11. "formula" to invert a 3x3 matrix, or whatever.  a much easier way to
  12. invert a square matrix of any size (say nxn) is the following:
  13.  
  14. 1) using elementary row operations, reduce the matrix in question
  15.    to the nxn identity matrix.
  16.  
  17. 2) use the same elementary row operations, in the same order, on
  18.    the nxn identity matrix.
  19.  
  20. the resulting matrix will be the inverse of the matrix you started
  21. with.
  22.  
  23. bob vesterman.
  24.  
  25.  
  26.