home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / modula2 / 1387 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  2.4 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!haven.umd.edu!darwin.sura.net!wupost!emory!ogicse!psgrain!puddle!f159.n167.z1.fidonet.org!Benoit.St-jean
  2. From: Benoit.St-jean@f159.n167.z1.fidonet.org (Benoit St-jean)
  3. Newsgroups: comp.lang.modula2
  4. Subject: MODULA 2 PROGRAM USING BL
  5. Message-ID: <18947.2B0460F4@puddle.fidonet.org>
  6. Date: 9 Nov 92 12:52:11 GMT
  7. Article-I.D.: puddle.18947.2B0460F4
  8. Sender: ufgate@puddle.fidonet.org (newsout1.26)
  9. Organization: FidoNet node 1:167/159 - XON/XOFF Informatio, Montreal QC
  10. Lines: 41
  11.  
  12. ASB>From: angelo@i40s14.ira.uka.de (Angelo Schneider Betr.Prechelt)
  13. ASB>Date: 2 Nov 1992 16:14:56 GMT
  14. ASB>Organization: University of Karlsruhe, FRG
  15. ASB>Message-ID: <1d3k60INNcs8@iraul1.ira.uka.de>
  16. ASB>Newsgroups: comp.lang.modula2
  17. ASB>I'm looking for a Modula 2 program which does realy large calculations
  18. ASB>on matices and vectors. (The Matrix should have a few thousand rows!)
  19.  
  20. ASB>The application of the program does not matter, but I'm looking for
  21. ASB>something from weather forcasting or airodynamics to solving of linear
  22. ASB>equations or differential equations.
  23. ASB>--- QM v1.30/b
  24. ASB> * Origin: Bink of an Aye - Portland, OR US - Randy Bush (1:105/42.0)
  25.  
  26. I do not have any suggestion related to particular software but I
  27. know some really good code!  First, take a look at a book called
  28. "Numerical Recipes".  This book contains every single math function,
  29. algorithm, solution you need and it comes with source code (on disk)
  30. & also has very detailed explanations.  The code is in Pascal.
  31. VERY,VERY,VERY complete! Also contains many, many, many integration
  32. and differential algorithms and methods.
  33.  
  34. For your matrix problem, you can also take a look at a book
  35. titled "Data Structures and Algorithms with Modula-2" written by
  36. Gabrini&Kurtz.  Very complete and comes with code and librairies
  37. on disk.  Oh, BTW, in this book you can find(and also on the
  38. disk!) and algorithm to perform calculations on 10000 * 10000
  39. matrix, on sparse matrix, etc.. Since your application looks
  40. very math-intensive, these are the best 2 things on Earth for
  41. you!  Unless you do not want to code the application!
  42.  
  43. If you need more informations about these books, inform me through mail.
  44. I'll have it fast! (I'm at home and can not access the University
  45. database for the week-end... that's why!).
  46.  
  47.  
  48.  * SLMR 2.1a * Recursive, adj.; see Recursive
  49.  
  50. --  
  51. uucp: uunet!m2xenix!puddle!167!159!Benoit.St-jean
  52. Internet: Benoit.St-jean@f159.n167.z1.fidonet.org
  53.