Fix typo in display-html-help
[maxima.git] / share / tensor / godel.dem
blob376d769908a6db9e86eeb1dae1f8b1253312ab88
1 /* Copyright (C) 2004 Viktor T. Toth <http://www.vttoth.com/>
2  *
3  * This program is free software; you can redistribute it and/or
4  * modify it under the terms of the GNU General Public License as
5  * published by the Free Software Foundation; either version 2 of
6  * the License, or (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be
9  * useful, but WITHOUT ANY WARRANTY; without even the implied
10  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  * PURPOSE.  See the GNU General Public License for more details.
12  *
13  * Classification of Godel's universe
14  *
15  */
17 if get('ctensor,'version)=false then load(ctensor);
18 ("Computing the Petrov classification of Godel's universe")$
19 ("We use frames")$
20 cframe_flag:true;
21 ("We set up the metric by hand")$
22 ct_coords:[t,x,y,z];
23 (lfg:ident(4),lfg[1,1]:-1,lfg)$
24 /*fri:matrix([1,0,e^(sqrt(2)*w*x),0],[0,1,0,0],
25            [0,0,e^(sqrt(2)*w*x)/sqrt(2),0],[0,0,0,1]);*/
26 fri:matrix([a,0,a*exp(x),0],[0,a,0,0],[0,0,a*exp(x)/sqrt(2),0],[0,0,0,a]);
27 /*fri:matrix([a,0,a*exp(x),0],[0,a,0,0],[0,0,a,0],[0,0,0,a*exp(x)/sqrt(2)]);*/
28 cmetric(false);
29 ug:invert(lg);
30 weyl(false);
31 nptetrad(false);
32 psi(true);
33 ("And obtain the Petrov class")$
34 petrov();
36 /* End of demo -- comment line needed by MAXIMA to resume demo menu */