home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / science / pari.1.39.README < prev   
Encoding:
Text File  |  1996-04-12  |  1.7 KB  |  43 lines

  1. pari-1.39.README
  2. April 1996
  3.  
  4. This archive contains an Installer.app package for pari-1.39.  I built a
  5. (quad-FAT) portable c++ version first, then built an optimized assembly 
  6. i386 version, and lipo'd in the faster (about 15%-40% faster) i386 into 
  7. the FAT binary gp.
  8.  
  9. Initial tests (tested only on m68k and i386) show the i386 version (both c++
  10. and assembly) to be relatively stable, whereas the m68k version is not as so.
  11. Your mileage may vary...
  12.  
  13. From the PARI manual, Introduction:
  14.  
  15. The PARI system is a package which is capable of doing formal computations on recursive types at high speed; it is primarily aimed at number theorists, but can be used by people who primary need is speed.
  16.  
  17. Although quite an amount of symbolic manipulation is possible in PARI, this
  18. system does very badly compared to much more sophisticated systems like
  19. Axiom, Macsyma, Magma, Maple, Mathematica or Reduce on such
  20. manipulations (e.g. multivariate polynomials, formal integration, etc...). 
  21. On the other hand, the two main advantages of the system are its speed 
  22. (which can be between 5 and 100 times better on many computations than 
  23. the above mentioned systems), and the possibility of using directly data 
  24. types which are familiar to mathematicians.
  25.  
  26.   1) as a library, which can be called from any upper-level language
  27. application (for instance written in C, C++, Pascal or Fortran);
  28.  
  29.   2) as a sophisticated programmable calculator, named GP, which
  30. contains most of the standard control instructions of a standard language
  31. like C.
  32.  
  33.  
  34. CREDITS:
  35.  
  36. Rex Dieter <rdieter@math.unl.edu>
  37. Computer System Manager
  38. Department of Mathematics and Statistics
  39. University of Nebraska-Lincoln
  40. http://www.math.unl.edu/~rdieter/
  41.  
  42. Source Code
  43. ftp://megrez.math.u-bordeaux.fr/