File: reduce.tex

package info (click to toggle)
cadabra2 2.3.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 77,508 kB
  • sloc: ansic: 132,438; cpp: 86,549; python: 1,365; javascript: 191; xml: 182; sh: 180; objc: 53; makefile: 38
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}
~