home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / ENG_PAS.ZIP / FILES425.TXT < prev    next >
Encoding:
Text File  |  1985-11-05  |  3.6 KB  |  74 lines

  1. ------------------------------------------------------------------------
  2. Disk No 425   Engineering Pascal                                v1 DS2
  3. -----------------------------------------------------------------------
  4. Most of the programs on this diskette come from the book entitled
  5. "Pascal Programs for Scientists and Engineers", published by Sybex.
  6. They include commonly-used routines for engineering and statistics.
  7. The MATHPACK.PAS is a collection of mathematical and geometrical
  8. functions from the Australian Computer Society, based on a paper "A
  9. Compact Mathematical Function Package" by A. P. Clarke and W. Marwood.
  10.  
  11. BESY     PAS  Evaluation of the Bessel function of the 2nd kind
  12. CFIT1    PAS  Linear least-squares curve fit
  13. CFIT1A   PAS  "  (with a random number generator)
  14. CFIT2    PAS  Plotting program using PLOT.LIB
  15. CFIT4    PAS  Linear least-squares fit
  16. DETERM   PAS  Calculate the determinant of a 3x3 matrix
  17. DIFFUS   PAS  An example of FITPOL: diffusion of Zn in Cu
  18. ERF4     PAS  An improved Gaussian error function
  19. ERFD     PAS  Infinite series expansion for Gaussian error function
  20. ERFD3    PAS  Gaussian error function and its complement
  21. ERFSIMP  PAS  Gaussian error function by Simpson's rule
  22. FITPOL   PAS  Linear least-squares fit to the ratio of two polynomials
  23. GAUSID   PAS  Simultaneous solution by Gauss-Seidel
  24. GAUSS    PAS  Simultaneous solution by Gaussian elimination
  25. GAUSSJ   LIB  Gauss-Jordan matrix inversion and solution
  26. GD-LINF1 LIB  Linear least-squares fit with Gauss-Jordan routine
  27. GD-LINF2 LIB  "
  28. JULIAN   LIB  Converts date to Julian
  29. LEAST1   PAS  Linear least-squares fit using a parabolic curve
  30. LEAST2   PAS  Linear least-squares fit with Gauss-Jordan routine
  31. LEAST3   PAS  Linear least-squares fit with Gauss-Jordan routine
  32. LEAST6   PAS  Linear least-squares fit with Gauss-Jordan routine
  33. LINFIT1  LIB  Fits a straight line through n sets of x,y points
  34. LINFIT2  LIB  Fits a straight line through n sets of x,y points
  35. MATRI1   PAS  Matrix multiplication
  36. MEANS    PAS  Computes mean and standard deviation
  37. NEWDR    PAS  Solves equations by Newton's method
  38. NEWDR2   PAS  Solves equations by Newton's method
  39. NEWTON   LIB  Solves equations by Newton's method
  40. NEWTON-L LIB  Newton program with an iteration counter
  41. NLIN3    PAS  Linear least-squares fit with nonlinearized e-function
  42. PAS-ENG  DOC  Description of files on this diskette
  43. PLOT     LIB  A plotter (printer) subroutine
  44. RANDG    LIB  Random number generator with gaussian distribution
  45. RANDOM   LIB  Random number generator (0..1)
  46. RANDOM   PAS  Source code for random number generator
  47. ROMB1    PAS  Integration by the Romberg method
  48. ROMB3    PAS  "  (with adjustable panels)
  49. SIMP1    PAS  Integration by Simpson's rule
  50. SIMPS    LIB  "  (with end-correction)
  51. SIMQ1    PAS  Solves three simultaneous equations by Cramer's rule
  52. SOLVEC   PAS  Performs simultaneous solution for complex coefficients
  53. SOLVGJ   PAS  Simul. equations, Gaussian elimination, Gauss-Jordan
  54. SOLVGJ2  PAS  "  (using more equations than unknowns)
  55. SOLVGV   PAS  "  (with multiple constant vectors)
  56. SORT-B   LIB  Bubble sort
  57. SORT-Q-N LIB  Nonrecursive Quick-sort
  58. SORT-Q-R LIB  Recursive Quick-sort
  59. SORT-S   LIB  Shell-Metzner sort
  60. SQUARE   LIB  Matrix multiplication
  61. TRAP1    PAS  Integrations by the trapezoidal rule
  62. TRAP2    PAS  "
  63. TRAPEZ   LIB  "  (with end-correction)
  64. TSTBES   PAS  Tests the Bessel function
  65. TSTGAM   PAS  Tests the Gamma function
  66. TSTSORT  PAS  Test speed of sorting routine
  67. MATHPACK PAS  Mathematical & geometrical function package
  68.  
  69.  
  70. PC Software Interest Group (PC-SIG)
  71. 1030 E Duane, Suite J
  72. Sunnyvale, CA 94086
  73. (408) 730-9291
  74.