eigenmath/lisp/index.html

40 lines
799 B
HTML
Raw Permalink Normal View History

2005-11-30 23:46:03 +01:00
Simple Lisp
<pre>
[roscoe ~/lisp]$ gcc -o lisp lisp.c
2005-11-30 23:58:24 +01:00
[roscoe ~/lisp]$ ./lisp example.lisp
2005-11-30 23:46:03 +01:00
Bondi metric...
Is the Einstein tensor GUU divergence-free?
t
2005-11-30 23:54:43 +01:00
&gt; (length GUU)
2005-11-30 23:46:03 +01:00
280
2005-11-30 23:54:43 +01:00
&gt; (length (covariant-derivative-of-up-up GUU))
2005-11-30 23:46:03 +01:00
6723
2005-11-30 23:54:43 +01:00
&gt; ^C
2005-11-30 23:58:24 +01:00
[roscoe ~/lisp]$ ./lisp example2.lisp
2005-11-30 23:46:03 +01:00
connection coefficients (p. 210)
t
divergence of einstein is zero (p. 222)
t
computing riemann tensor (p. 219)
t
symmetry of covariant derivative (p. 252)
t
covariant derivative chain rule (p. 252)
t
additivity of covariant derivative (p. 257)
t
riemann is antisymmetric on last two indices (p. 286)
t
riemann vanishes when antisymmetrized on last three indices (p. 286)
t
double dual of riemann (p. 325)
t
noncommutation of covariant derivatives (p. 389)
t
bondi metric
t
t
2005-11-30 23:54:43 +01:00
&gt;
2005-11-30 23:46:03 +01:00
</pre>