home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / numanal / 3914 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.0 KB  |  35 lines

  1. Newsgroups: sci.math.num-analysis
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!rdg.dec.com!jeremy.enet.dec.com!shaulz
  3. From: shaulz@jeremy.enet.dec.com ()
  4. Subject: Help , Sparse matrix inversion
  5. Message-ID: <1993Jan21.125609.27784@rdg.dec.com>
  6. Keywords: matrix,sparse,inverse
  7. Lines: 22
  8. Sender: news@rdg.dec.com (Mr News)
  9. Reply-To: shaulz@jeremy.enet.dec.com ()
  10. Organization: Digital Equipment Corporation
  11. Date: Thu, 21 Jan 1993 12:56:09 GMT
  12.  
  13.  
  14.  
  15. Hi!
  16. I am looking for an efficient algorithms for finding
  17.  the inverse of sparse matrix.
  18. The matrix has the following structure :
  19.  
  20.  xxxxxx00000...00000xxxxxx0000...000 
  21.  0xxxxxx00000...00000xxxxxx0000...00
  22.  00xxxxxx00000...00000xxxxxx0000...0
  23.  .                                 .
  24.  .                                 .
  25.  .                                 .
  26.  xxxxxx00000...00000xxxxxx0000...000 
  27.  0xxxxxx00000...00000xxxxxx0000...00
  28.  00xxxxxx00000...00000xxxxxx0000...0
  29.  
  30. I looked in Numerical Recipes with no result.
  31. I will appreciate any references to code/algorithms.
  32.  
  33. Thanks 
  34.  Shaul.
  35.