File: reduce.tex

package info (click to toggle)
cadabra2 2.4.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 78,732 kB
  • sloc: ansic: 133,450; cpp: 92,064; python: 1,530; javascript: 203; sh: 184; xml: 182; objc: 53; makefile: 51
file content (20 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\cdbalgorithm{reduce}{}

{\bf NOT YET FUNCTIONAL}
\bigskip

Reduce a sum of tensor monomials of the same type, taking into account
mono-term as well as multi-term symmetries. This does not aim for a
canonical form, but rather for a form in which no monomials occur
which can be expressed (using mono- and multi-term symmetries) as a
linear combination of other monomials appearing in the sum. An example
makes this more clear:
\begin{screen}{0,1}
{m,n,p,q}::Indices(vector).
{m,n,p,q}::Integer(0..10).
R_{m n p q}::RiemannTensor.

R_{m n q p} R_{m n p q} + R_{m p n q} R_{m n p q};
@reduce!(%);
\end{screen}
~