home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3279 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  4.4 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!agate!usenet
  2. From: lee@math.washington.edu (John M. Lee)
  3. Newsgroups: comp.archives
  4. Subject: [sci.math.symbolic] Ricci tensor analysis package for Mathematica
  5. Followup-To: sci.math.symbolic,sci.math
  6. Date: 4 Sep 1992 07:52:42 GMT
  7. Organization: Mathematics Dept., U. of Washington
  8. Lines: 92
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <1874kaINN1vl@agate.berkeley.edu>
  12. References: <LEE.92Aug25111329@pythagoras.math.washington.edu>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. X-Original-Newsgroups: sci.math.symbolic,sci.math
  15. X-Original-Date: Tue, 25 Aug 1992 19:13:29 GMT
  16.  
  17. Archive-name: auto/sci.math.symbolic/Ricci-tensor-analysis-package-for-Mathematica
  18.  
  19.                          Announcing the release of
  20.  
  21.                                    RICCI
  22.  
  23.             A Mathematica package for doing tensor calculations
  24.                          in differential geometry
  25.  
  26.                                 Version 1.0
  27.  
  28.  
  29. The first public release of Ricci, a new Mathematica package for doing
  30. tensor computations in differential geometry, is now available.
  31.  
  32. Ricci has the following features and capabilities:
  33.  
  34. * Manipulation of tensor expressions with and without indices
  35. * Implicit use of the Einstein summation convention
  36. * Correct manipulation of dummy indices
  37. * Display of results in mathematical notation, with upper and lower indices
  38. * Automatic calculation of covariant derivatives
  39. * Automatic application of tensor symmetries
  40. * Riemannian metrics and curvatures
  41. * Differential forms
  42. * Any number of vector bundles with user-defined characteristics
  43. * Names of indices indicate which bundles they refer to
  44. * Complex bundles and tensors
  45. * Conjugation indicated by barred indices
  46. * Connections with and without torsion
  47.  
  48. Ricci requires Mathematica version 2.0 or greater.  The source takes
  49. approximately 270K bytes of disk storage, including about 49K bytes of
  50. on-line documentation.  The package was developed and tested on a
  51. DECStation 5000 running Unix, but there are no known system-dependent
  52. features, so it should run on any system that can run Mathematica with 7
  53. megabytes or more of available memory.
  54.  
  55. The source files for Ricci are available to the public by anonymous ftp
  56. from the Stanford Mathematica Users Forum library (otter.stanford.edu).  To
  57. obtain them, you can log into any system that has an Internet connection
  58. and supports the ftp (file transfer program) command.  Make yourself a
  59. directory to hold the Ricci files.  Then, if you're using unix, you can cd
  60. to your new directory and follow the script below.
  61.  
  62.   % ftp otter.stanford.edu
  63.   Connected to otter.stanford.edu.
  64.   220 otter FTP server (Version 5.20 (NeXT 1.0) Sun Nov 11, 1990) ready.
  65.   Name (otter.stanford.edu:): anonymous
  66.   331 Guest login ok, send ident as password.
  67.   Password:  <---------------------------------Type your e-mail address here.
  68.   230 Guest login ok, access restrictions apply.
  69.   ftp> cd mma/Geometry/Ricci
  70.   250 CWD command successful.
  71.   ftp> prompt  <---------------This turns off prompting for individual files.
  72.   Interactive mode off.  
  73.   ftp> mget *
  74.   200 PORT command successful.
  75.   150 Opening ASCII mode data connection for Bundle.m (14905 bytes).
  76.   226 Transfer complete.
  77.   local: Bundle.m remote: Bundle.m
  78.   15268 bytes received in 0.53 seconds (28 Kbytes/s)
  79.   ...  <-----------------------------------------------Lots more of the same.
  80.   226 Transfer complete.
  81.   local: Usage.m remote: Usage.m
  82.   52928 bytes received in 1.2 seconds (43 Kbytes/s)
  83.   ftp> bye
  84.   221 Goodbye.
  85.  
  86. Once you've successfully transferred the Ricci files, look at the file
  87. named README for more information about what's in the files and how to get
  88. started using Ricci.
  89.  
  90. This is the first public release of Ricci.  If you use this package at all,
  91. I would appreciate it if you would send me a message at the e-mail address
  92. below describing your experience, and telling me whether you found the
  93. package useful or not.  I'd especially like to hear about any bugs,
  94. anomalous behavior, things that look like they should simplify but don't,
  95. suggestions for improvement, things that seem to take longer than they
  96. should, etc.  And please feel free to get in touch with me if you have
  97. questions about the software.  If I get e-mail from you, I'll inform you
  98. whenever I release a new production version.
  99.  
  100.  
  101. John M. Lee
  102. Department of Mathematics, GN-50
  103. University of Washington
  104. Seattle, WA 98195
  105.  
  106. Internet: lee@math.washington.edu
  107. Fax:      206-543-0397
  108.  
  109.