home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / acorn / 8071 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.1 KB

  1. Path: sparky!uunet!gumby!wupost!waikato.ac.nz!mcg
  2. From: mcg@waikato.ac.nz
  3. Newsgroups: comp.sys.acorn
  4. Subject: Re: Curve fitting program needed...please help
  5. Message-ID: <1992Jul31.144715.9774@waikato.ac.nz>
  6. Date: 31 Jul 92 14:47:15 +1200
  7. References: <1992Jul27.105343.5767@syma.sussex.ac.uk>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 49
  10.  
  11.     ------------------| MATHLIB UPDATE |------------------
  12.  
  13.  
  14. In article <1992Jul27.105343.5767@syma.sussex.ac.uk>, mppu3@syma.sussex.ac.uk (Conor McMenamin) writes:
  15. > Dear all,
  16. >     I apologise if this is a FAQ for this group, I'm posting for a
  17. > colleague and don't normally read comp.sys.acorn. He needs a program to
  18. > perform a polynomial fit on an archimedes. Initially he only needs to
  19. > fit a quadratic, but may need to fit higher order polynomials after
  20. > that. Does anyone know of a program that will do this, preferably
  21. > PD/shareware?
  22. >         Many thanks in advance,
  23. >         Conor McMenamin
  24.  
  25.  
  26.  
  27. O.k....   I've now completed:
  28.  
  29.      Spline interpolation
  30.          Least Squares (interpolation)
  31.      Lagrange (interpolation)
  32.      Bezier
  33.      B-spline
  34.      LU decomposition with pivoting (linked with Spline & Least Squares)
  35.      Matrix Solving : Ax=b ; via LU decomposition.
  36.  
  37.  
  38. These are going to be included in the final (PD) distribution of my Mathlib.
  39.  
  40. Source & minimal documentation available for those algs on a "need to use 
  41. urgently" basis by e-mailing to the below address
  42.  
  43. P.s. no guarentees about the code until it is fully tested for the final 
  44. distribution, but it works sufficiently well for limited useage at the moment.
  45.  
  46. From Martin Glanvill        (mcg@waikato.ac.nz)
  47.  
  48. Dept. Maths                                   @@@@@/|@
  49. University of Waikato                              @@@@/ |@
  50. Hamilton                                  @@@/__|@
  51. New Zealand                                  @@/   |@
  52.                                       @@@@@@@@
  53.  
  54. ----------------****=====| A quote to make your day |======****-----------------
  55. The difference between science and the fuzzy subjects is that science
  56.  requires reasoning, while those other subjects merely require scholarship.
  57.                                         -- Lazarus Long
  58. -------------------------------------------------------------------------------
  59.