home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / symbolic / 3507 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.1 KB

  1. Path: sparky!uunet!mcsun!sun4nl!nikhefh!t16
  2. From: t16@nikhefh.nikhef.nl (Kasper Peeters)
  3. Newsgroups: sci.math.symbolic
  4. Subject: Re: Tensors in Maple
  5. Message-ID: <2185@nikhefh.nikhef.nl>
  6. Date: 23 Jan 93 20:28:12 GMT
  7. References: <2183@nikhefh.nikhef.nl> <LEE.93Jan22114425@pythagoras.math.washington.edu>
  8. Reply-To: t16@nikhefh.nikhef.nl (Kasper Peeters)
  9. Organization: Nikhef-H, Amsterdam (the Netherlands).
  10. Lines: 21
  11.  
  12. I was aware of the fact that 'RICCI' can do a lot of these things. However,
  13. I also need to be able to substitute specific things into the components of
  14. various tensors, and I do need a system that does automatic dummy relabeling,
  15. not like 'RICCI' where the only way (correct me if I'm wrong) seems to
  16. perform every substution after explicit relabeling by 'NewDummy'
  17.  
  18.   DefineTensor(a,1,Variance->Con)
  19.   DefineTensor(b,1) 
  20.   c=a[U[i]] b[L[i]]
  21.   e=NewDummy[c] * Newdummy[c]
  22.  
  23. This is too complicated for the types of formulea I want to process.
  24.  
  25. MathTensor seems to be able to do all these things, but as it is commercial
  26. and has a lot of things I really don't need, I'd still like to see something
  27. in PD.
  28.  
  29. Thanks for the tip anyway,
  30.  
  31. Kasper
  32.  
  33.