home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / apl / 1303 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.lang.apl
  2. Path: sparky!uunet!spool.mu.edu!torn!watserv2.uwaterloo.ca!watmath!undergrad.math.waterloo.edu!cayley.uwaterloo.ca!bdcrafto
  3. From: bdcrafto@cayley.uwaterloo.ca (Brad Crafton)
  4. Subject: Matrix Inverse in APL2
  5. Message-ID: <C0puI4.Mv6@undergrad.math.waterloo.edu>
  6. Sender: news@undergrad.math.waterloo.edu
  7. Organization: University of Waterloo
  8. Date: Tue, 12 Jan 1993 00:54:03 GMT
  9. Lines: 21
  10.  
  11. HELP!!  For a project I'm doing for work I require a routine to take the
  12. Inverse of a very large matrix (in the order of 1000x1000).  The 
  13. Matrix Inverse function tends to bomb out at even a 10x10 matrix.
  14.  
  15. I am assuming that some sort of Gaussian Elimination routine is
  16. needed.  Is there somewhere where I could find a pre-written routine?
  17.  
  18. I realize that for a matrix so large, it would probably take a LONG
  19. time to run.  But could anyone guestimate what kind of time I'm
  20. looking at?  Minutes?  Hours?  If it means anything, most of the
  21. entries in the matrix will be zero.
  22.  
  23.  
  24. Any help would be appreciated!
  25.  
  26. Brad.
  27.  
  28. -- 
  29. -----
  30. Brad Crafton                            bdcrafton@descartes.UWaterloo.CA
  31. 3B Actuarial Science, University of Waterloo, Waterloo, Ontario, Canada.
  32.