home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / symbolic / 2262 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  4.2 KB

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