home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / math / symbolic / 3261 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  7.0 KB

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!math.washington.edu!lee
  2. From: lee@math.washington.edu (John M. Lee)
  3. Newsgroups: sci.math.symbolic
  4. Subject: Re: How can I get Mma. to do this ??
  5. Message-ID: <LEE.92Dec11124629@pythagoras.math.washington.edu>
  6. Date: 11 Dec 92 20:46:29 GMT
  7. Article-I.D.: pythagor.LEE.92Dec11124629
  8. References: <37828@uflorida.cis.ufl.edu>
  9.     <1992Dec7.171334.19082@samba.oit.unc.edu>
  10.     <phfrom.396@nyx.uni-konstanz.de>
  11. Sender: news@u.washington.edu (USENET News System)
  12. Organization: Mathematics Dept., U. of Washington
  13. Lines: 148
  14. In-Reply-To: phfrom@nyx.uni-konstanz.de's message of 11 Dec 92 11:00:59 GMT
  15.  
  16. In article <phfrom.396@nyx.uni-konstanz.de> phfrom@nyx.uni-konstanz.de 
  17.   (Hartmut Frommert) writes:
  18.  
  19. > Isn't there also a PD package Ricci that handles with tensor equations ?
  20. > Has someone compared MathTensor and Ricci ? How do they compare to the
  21. > Maple relativity packages, and the REDUCE package ExCalc ?
  22. >  Hartmut Frommert                 <phfrom@nyx.uni-konstanz.de>
  23. >  Dept of Physics, Univ of Constance, P.O.Box 55 60, D-W-7750 Konstanz, Germany
  24. >                                            -- Eat whale killers, not whales --
  25.  
  26. Since you asked, here is a repeat posting of the announcement of Ricci.  As
  27. far as I know, no one has yet done a formal comparison of Ricci and
  28. MathTensor.  You should note that the scope of Ricci is in some ways much
  29. more limited than that of MathTensor.  In particular, Ricci offers no
  30. explicit support for general relativity, though presumably most such
  31. computations could be done after some extra work to set them up.  Ricci
  32. also (currently) does not support explicit computations of components of
  33. tensors in coordinates, although this is a feature that I plan to add at
  34. some future time.
  35.  
  36.                 --Jack Lee
  37.  
  38. ==============================================================================
  39.  
  40.                          Announcing the release of
  41.  
  42.                                    RICCI
  43.  
  44.             A Mathematica package for doing tensor calculations
  45.                          in differential geometry
  46.  
  47.                                 Version 1.0
  48.  
  49.  
  50. The first public release of Ricci, my Mathematica package for doing tensor
  51. computations in differential geometry, is now available.
  52.  
  53. Ricci is designed to assist with some of the tensor calculations needed by
  54. pure mathematics researchers in differential geometry.  It has the
  55. following features and capabilities:
  56.  
  57. * Manipulation of tensor expressions with and without indices
  58. * Implicit use of the Einstein summation convention
  59. * Correct manipulation of dummy indices
  60. * Display of results in mathematical notation, with upper and lower indices
  61. * Automatic calculation of covariant derivatives
  62. * Automatic application of tensor symmetries
  63. * Riemannian metrics and curvatures
  64. * Differential forms
  65. * Any number of vector bundles with user-defined characteristics
  66. * Names of indices indicate which bundles they refer to
  67. * Complex bundles and tensors
  68. * Conjugation indicated by barred indices
  69. * Connections with and without torsion
  70.  
  71. Limitations: Ricci currently does not support computation of explicit
  72. values for tensor components in coordinates, or derivatives of tensors
  73. depending on parameters (as in geometric evolution equations or calculus of
  74. variations), although support for these is planned for a future release.
  75. Ricci also has no explicit support for general relativity, or for other
  76. mathematical physics or engineering applications, and none is planned.  If
  77. you are interested in such support, I recommend that you consider the
  78. commercial package MathTensor, which is far more extensive than Ricci, and
  79. provides all these capabilities and more.  MathTensor is available from
  80. MathSolutions, Inc. (mathtensor@wri.com).
  81.  
  82. Ricci requires Mathematica version 2.0 or greater.  The source takes
  83. approximately 270K bytes of disk storage, including about 49K bytes of
  84. on-line documentation.  The package was developed and tested on a
  85. DECStation 5000 running Unix, but there are no known system-dependent
  86. features, so it should run on any system that can run Mathematica with 7
  87. megabytes or more of available memory.
  88.  
  89. The source files for Ricci are available to the public by anonymous ftp
  90. from the Stanford Mathematica Users Forum library (otter.stanford.edu).  To
  91. obtain them, you need to log into a system that has an Internet connection
  92. and supports the ftp (file transfer program) command.  If you're using
  93. Unix, you can follow the script below.
  94.  
  95.   % ftp otter.stanford.edu
  96.   Connected to otter.stanford.edu.
  97.   220 otter FTP server (Version 5.20 (NeXT 1.0) Sun Nov 11, 1990) ready.
  98.   Name (otter.stanford.edu:): anonymous
  99.   331 Guest login ok, send ident as password.
  100.   Password:  <---------------------------------Type your e-mail address here.
  101.   230 Guest login ok, access restrictions apply.
  102.   ftp> cd mma/Geometry
  103.   250 CWD command successful.
  104.   ftp> get Ricci.tar.Z
  105.   200 PORT command successful.
  106.   150 Opening ASCII mode data connection for Ricci.tar.Z (189479 bytes).
  107.   226 Transfer complete.
  108.   local: Ricci.tar.Z remote: Ricci.tar.Z
  109.   190287 bytes received in 1.6 seconds (1.1e+02 Kbytes/s)
  110.   ftp> bye
  111.   221 Goodbye.
  112.   % uncompress Ricci.tar.Z
  113.   % tar -xvf Ricci.tar
  114.   x Ricci/
  115.   x Ricci/Bundle.m, 14905 bytes, 30 blocks
  116.   x Ricci/Changes.doc, 2798 bytes, 6 blocks
  117.   x Ricci/Constant.m, 4783 bytes, 10 blocks
  118.   x Ricci/DefineRelation.m, 16903 bytes, 34 blocks
  119.   x Ricci/Derivatives.m, 25289 bytes, 50 blocks
  120.   x Ricci/Example.doc, 20075 bytes, 40 blocks
  121.   x Ricci/Formatting.m, 20408 bytes, 40 blocks
  122.   x Ricci/Index.m, 7958 bytes, 16 blocks
  123.   x Ricci/Manual.tex, 192557 bytes, 377 blocks
  124.   x Ricci/Products.m, 10920 bytes, 22 blocks
  125.   x Ricci/README, 8276 bytes, 17 blocks
  126.   x Ricci/Ricci.m, 7597 bytes, 15 blocks
  127.   x Ricci/Ricci.tex, 1778 bytes, 4 blocks
  128.   x Ricci/Riemann.m, 18063 bytes, 36 blocks
  129.   x Ricci/Tensor.m, 27520 bytes, 54 blocks
  130.   x Ricci/TensorExpressions.m, 34853 bytes, 69 blocks
  131.   x Ricci/TensorSimplify.m, 42357 bytes, 83 blocks
  132.   x Ricci/Usage.m, 51787 bytes, 102 blocks
  133.  
  134. The last two Unix commands (uncompress and tar) will create a directory
  135. named Ricci, and place all the uncompressed Ricci files into it.  Look at
  136. the file named README for more information about what's in the files and
  137. how to get started using Ricci.
  138.  
  139. This is the first public release of Ricci.  If you use this package at all,
  140. I would appreciate it if you would send me a message at the e-mail address
  141. below describing your experience, and telling me whether you found the
  142. package useful or not.  I'd especially like to hear about any bugs,
  143. anomalous behavior, things that look like they should simplify but don't,
  144. suggestions for improvement, things that seem to take longer than they
  145. should, etc.  And please feel free to get in touch with me if you have
  146. questions about the software.  If I get e-mail from you, I'll inform you
  147. whenever I release a new production version.
  148.  
  149.  
  150. Jack Lee
  151. Department of Mathematics, GN-50
  152. University of Washington
  153. Seattle, WA 98195
  154.  
  155. Internet: lee@math.washington.edu
  156. Fax:      206-543-0397
  157.  
  158.  
  159. --
  160. Jack Lee
  161. Dept. of Mathematics
  162. University of Washington
  163. Seattle, WA
  164.