2 * This program is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU General Public License as
4 * published by the Free Software Foundation; either version 2 of
5 * the License, or (at your option) any later version.
7 * This program is distributed in the hope that it will be
8 * useful, but WITHOUT ANY WARRANTY; without even the implied
9 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
10 * PURPOSE. See the GNU General Public License for more details.
12 * CTENSOR features for (mainly) gravitational theory
15 if get('ctensor,'version)=false then load(ctensor);
16 ("A conformally flat metric helps demonstrate the curvature tensors")$
17 (ratwtlvl:false,ratfac:true);
23 ("cmetric() computes the metric inverse:")$
26 ("christof() computes the Christoffel-symbols of the 1st and 2nd kind")$
28 ("ricci() computes and optionally displays the mixed-index Ricci tensor")$
30 ("uricci() computes the contravariant Ricci tensor")$
32 ("riemann() computes the (3,1) Riemann-tensor")$
34 ("The covariant Riemann-tensor is obtained with lriemann()")$
36 ("While uriemann() computes the contravariant Riemann tensor")$
38 ("The mixed-index Einstein tensor is computed by einstein()")$
40 ("The covariant Einstein tensor is computed by leinstein()")$
42 ("Rinvariant obtains the Kretchmann-invariant:")$
44 ("The Weyl tensor is empty for a conformally metric")$
47 /* End of demo -- comment line needed by MAXIMA to resume demo menu */