home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Applications / Mathematiques / Schoonschip.lha / Schoonschip / README < prev    next >
Text File  |  1991-11-21  |  5KB  |  133 lines

  1. COPYRIGHT AND DISCLAIMER
  2.  
  3. Schoonschip, Version 91
  4. Copyright (C) 1991 by Martinus J. G. Veltman.
  5. Distribution of October, 1991.
  6.  
  7. The copyrights to the Schoonschip program and source code are owned
  8. exclusively by their author, M.J.G. Veltman.  The executable code, as well
  9. as the example and documentation files listed below, may be freely
  10. disseminated and used on a not-for-profit basis--small charges may be made
  11. to cover distribution costs.  We think it important that the files in this
  12. distribution be kept together in any redistribution.
  13.  
  14. This software is provided "as is," and includes no guarantee of support,
  15. implied or otherwise.  Neither the author nor his agents shall be
  16. responsible for any problems associated with its use.  A reasonable effort
  17. will be made to correct bugs, which may be reported to
  18.  
  19.    Prof. M.J.G. Veltman
  20.    Physics Department
  21.    University of Michigan
  22.    Ann Arbor, MI 48109
  23.  
  24. or
  25.  
  26.    Prof. David N. Williams
  27.    Physics Department
  28.    University of Michigan
  29.    Ann Arbor, MI 48109
  30.  
  31.    David_N._Williams@um.cc.umich.edu
  32.    DWilliams@UMiPhys.bitnet
  33.    75706.3124@CompuServe.com
  34.  
  35.  
  36. OVERVIEW
  37.  
  38. Schoonschip is an algebraic manipulation program, which was designed for
  39. large problems, originally in particle physics, and which pioneered a
  40. number of the concepts now generally used in algebraic computation.  Its
  41. interface is not as slick as some of the "modern" symbolic manipulation
  42. programs, and it does not have as many built-in procedures as some of them
  43. do, requiring the user to construct more of his own.  But it is written in
  44. machine language and is fast, capable, and efficient in its use of machine
  45. resources.
  46.  
  47. It has been developed always in a context of solving real problems, over a
  48. period of nearly 28 years.  As a result it is (relatively) bug free, and
  49. its algorithms embody a certain experience.  It has to be emphasized that
  50. no program of this complexity can be truly bug free, and that the problem
  51. of ensuring the correctness of machine solutions to real problems remains
  52. unsolved, and must always be taken seriously by the user.
  53.  
  54.  
  55. DISTRIBUTION SPECIFICS
  56.  
  57. The distribution for each machine consists of 2 compressed archive files,
  58. one of which contains the binary executable and is machine specific, and
  59. the other of which contains text files with examples and a manual, the
  60. same for all machines.
  61.  
  62. The Amiga distribution includes the executable files IconJ and AtatJ,
  63. version 1.0, 1990 by Rich Franzen, whose free use he has permitted, and for
  64. which we thank him.
  65.  
  66. Distributions are provided for the Atari, Amiga, MacII, Sun 3/60, and NeXT
  67. computers, with 680x0 cpu's, except that the Macintosh version will be
  68. delayed for a future release.  The program should run in approximately 650
  69. kilobytes of memory, 500 K of which is for a work space and must be
  70. contiguous.  There are ways to change the size of the work space, both down
  71. and up.
  72.  
  73. The machine specific archive files have a 3-character designation in the
  74. file name:  ATA, AMI, MAC, SUN, or NXT.  They include the following files:
  75.  
  76.     README         (this file)
  77.     README.FTP    a brief guide to anonymous ftp
  78.     Schip        executable
  79.  
  80.    Amiga version only:
  81.  
  82.     Install.txt    installation instructions for icons, etc.
  83.     Schip.info     icon for executable
  84.     SchipDoc.icon   icon template for documents
  85.     IconJ        executable tool for Schip.info
  86.     AtatJ        executable document icon attachment utility 
  87.     DoIcon        sample document icon attachment script
  88.  
  89.    Mac version only:
  90.  
  91.     (yet to be determined)
  92.  
  93. Installation for CLI-based (command line interface) operation is the same
  94. for all machines:  place the executable file in a directory in your
  95. execution path, and make its mode executable, if necessary.  This is the
  96. mode of operation for which the program is designed.
  97.  
  98. The text archive file comes in several flavors, corresponding to common
  99. archiving tools and text file conventions on the various machines.  Their
  100. contents are identical, and include the following text files:
  101.  
  102.     README        (this file)
  103.     README.FTP    a brief guide to anonymous ftp
  104.  
  105.    Documentation:
  106.  
  107.     Schipmanual.e    (the place to begin)
  108.  
  109.    Schoonschip programs:
  110.  
  111.     Anomaly.e
  112.     Examples.e
  113.     Roblocks.e
  114.     Roparam.e
  115.     Schipman.e
  116.     Spinors.e
  117.     Stand.e
  118.     Standb.e
  119.     Varia.e
  120.     Vectors.e
  121.     WW.e
  122.     WWb.e
  123.  
  124. Among the program files, the essential ones for the beginner are the
  125. manual, Schipman.e, and the examples file, Examples.e, which is discussed
  126. in the manual.  The applications in the remaining program files are of
  127. interest mostly to physics specialists, but they may provide further
  128. insight into methods of programming with Schoonschip.
  129.  
  130.                     David N. Williams
  131.                     Ann Arbor, Michigan
  132.                     October 10, 1991
  133.