home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / maths / progs / programs / Maths2 / !Contents
Encoding:
Text File  |  1993-06-25  |  4.2 KB  |  69 lines

  1.                Contents of the Maths Disc directory
  2.  
  3. Programs
  4.  
  5.    Numerical integration: Simpson's rule               Brian.Simpson
  6.    Solution of polynomial equations                    Brian.Polyroots1
  7.                                                        Brian.Polyroots2
  8.                                                        Brian.Poly_Real
  9.                                                        J_Selig.Poly
  10.    Solution of simultaneous linear equations           A_Pole.Matrix
  11.    Generation of equations from roots                  J_Selig.Complex
  12.    Cubic splines and interpolation                     A_Pole.Matrix
  13.                                                        J_Greening.Polynomfit
  14.    Primes                                              Anon.PrimeBASIC
  15.                                                        Anon.PrimesAway
  16.                                                        J_Selig.Pri
  17.                                                        J_Selig.Primes
  18.    Series                                              Anon.Series2
  19.    Puzzles                                             Anon.Puzz1
  20.                                                        Anon.Puzz2
  21.    FFT: BASIC                                          Brian.FFT
  22.                                                        J_Greening.FstFourier
  23.    FFT: Assembler                                      Brian.FFFT
  24.    Function plotter                                    Brian.Plot
  25.    Extended precision calculator                       E_Ayers.Calc.FpeCalc
  26.    Recurring decimals                                  Fagandini.Various
  27.    Superfast 3-d surface plotter with movable views    J_Gabbay.Alphaplotd
  28.    Frequency and time response of linear circuits      M_Cook.TLIres
  29.    Pole zero plots                                     M_Cook.Pole_Zero
  30.  
  31. -----------------------------------------------------------------------------
  32. BASIC   Functions and Procedures
  33.  
  34.       Beta function                                    Brian.Beta
  35.       Binomial coefficients                            Brian.Bico
  36.                                                        Brian.Binom 
  37.                                                        E_Ayers.Math.MathProcs
  38.       Permutations                                     E_Ayers.Math.MathProcs
  39.       Elliptic integrals                               Brian.El_integs
  40.       Error function                                   Brian.Erf
  41.       Complementary error function                     Brian.Erfc
  42.       Factorial                                        Brian.Fact
  43.                                                        Brian.Factrl
  44.       Gamma function                                   Brian.Gamma
  45.       Logarithmic gamma function                       Brian.Gammln
  46.       Polynomial interpolation                         Brian.Polint
  47.       Simpson's rule integration                       Brian.Qsimp
  48.       Trapezoidal integration                          Briam.Qtrap
  49.                                                        Brian.Trapzd
  50.       Write# in ASCII form                             Brian.Write
  51.       Hyperbolic functions and inverses                E_Ayers.Math.Mathprocs
  52.       Complex arithmetic and functions                 E_Ayers.Math.Mathprocs
  53.       Polar to rectangular conversion                  E_Ayers.Math.Mathprocs
  54.       Matrix operations:
  55.          Transposition                                 A_Pole.Matrix
  56.                                                        E_Ayers.Math.Mathprocs
  57.          Identity matrix                               A_Pole.Matrix
  58.          Determinant                                   A_Pole.Matrix
  59.          solve linear equations                        A_Pole.Matrix
  60.          inverse matrix                                A_Pole.Matrix
  61.                                                        E_Ayers.Math.Mathprocs
  62.          LU decomposition                              A_Pole.Matrix
  63.          Choleski decomposition                        A_Pole.Matrix
  64.          displaying arrays/matrices                    A_Pole.Matrix
  65.                                                        E_Ayers.Math.Mathprocs
  66.          input of arrays/matrices                      E_Ayers.Math.Mathprocs
  67.          complex matrix operations                     E_Ayers.Math.Mathprocs
  68.  
  69.