~ubuntu-branches/ubuntu/karmic/maxima/karmic

« back to all changes in this revision

Viewing changes to share/tensor/aaricc_spl.mac

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-11-13 18:39:14 UTC
  • mto: (2.1.2 hoary) (3.2.1 sid) (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041113183914-ttig0evwuatnqosl
Tags: upstream-5.9.1
ImportĀ upstreamĀ versionĀ 5.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LR1[Q1,Q2]:=RATSIMP(
2
 
SUM(SUM(MCS[K,L,K]*MCS[Q1,Q2,L]-MCS[Q1,K,L]*MCS[Q2,L,K],L,1,DIM),K,1,DIM))$
3
 
 
4
 
LR2[Q1,Q2]:=RATSIMP(
5
 
SUM(DIFF(MCS[Q1,Q2,K],OMEGA[K])-DIFF(MCS[Q2,K,K],OMEGA[Q1]),K,1,DIM))$