home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / TEACHING / MATHSOLV.ZIP / READ.ME < prev    next >
Text File  |  1987-03-11  |  1KB  |  30 lines

  1. Well, here are a few math solvers for you to use:
  2.  
  3. 1. LEASTSQR.EXE: A least squares criterion curve fitting program.
  4. 2. MATRIXGJ.EXE: A Gauss-Jordan Elimination Matrix Solver.
  5. 3. MATRIXGS.EXE: A Gauss-Siedel Iterative Method to solve a matrix.
  6. 4. ROMBERG.BAS:  A Romberg numerical integration program.  
  7.  
  8. A few notes are in order, first of all, the above programs are offered
  9. for your use free of charge BUT they are copyrighted and NOT to be used
  10. for your own profit (i.e. not to be used to make any sort of profit in any way)
  11. without prior written permission.  Please do NOT remove the copyright notices.
  12. Secondly, the romberg integration program works pretty well, but since you
  13. must input the function to be integrated into the code, it remains a BASIC
  14. program and thus takes alot of time if you wish to have a precise convergence.
  15. You can always compile it if you are using a huge function to save time.
  16.       
  17. NOTE: THESE PROGRAMS ARE FURNISHED AS-IS AND NO GUARANTEE'S CAN BE MADE TO 
  18. THEIR SUITABILITY TO YOUR PROBLEMS, ETC.
  19.  
  20. I hope you enjoy these programs and that they come in handy in solving 
  21. your problems.  I have checked all of the programs pretty thoroughly, but 
  22. as you know, bugs can hide for a long time.  If you run into problems or
  23. have any comments, please write me at the following address:
  24.  
  25.                       Joe Cusimano
  26.                       P.O. Box 2622
  27.                       Norman, OK 73070
  28.  
  29. Have Fun!
  30.