From b006651e7a270f81f4071a36b91e1a924219bdfc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 20 Jun 2009 03:58:43 -0400 Subject: last clean up --- journal/15apr2009.html | 26 +++++++++++++ journal/31mar2009.html | 84 +++++++++++++++++++++++++++++++++++++++++ journal/scheme-gtk-working.png | Bin 0 -> 59835 bytes 3 files changed, 110 insertions(+) create mode 100644 journal/15apr2009.html create mode 100644 journal/31mar2009.html create mode 100644 journal/scheme-gtk-working.png diff --git a/journal/15apr2009.html b/journal/15apr2009.html new file mode 100644 index 0000000..716c895 --- /dev/null +++ b/journal/15apr2009.html @@ -0,0 +1,26 @@ + + +bnewbold thesis + +

+Journal: March 15, 2009

+Bryan Newbold, bnewbold@mit.edu
+ +http://web.mit.edu/bnewbold/thesis/ +

+ + + +For a variety of reasons i've decided to discontinue this work. I think it's a +great project and will leave these notes accessible should anybody stumble +across them. +

+I should still graduate with a flexible physics degree this spring (2009). + +(previous entry) + + + + + diff --git a/journal/31mar2009.html b/journal/31mar2009.html new file mode 100644 index 0000000..bbf2e3b --- /dev/null +++ b/journal/31mar2009.html @@ -0,0 +1,84 @@ + + +bnewbold thesis + +

+Journal: March 31, 2009

+Bryan Newbold, bnewbold@mit.edu
+ +http://web.mit.edu/bnewbold/thesis/ +

+ + + +Some more papers from trolling around the net, some are great! +

+ +
+ +Last night I started working through the anomalous precession calculation +(see anomalous_precession.scm). +I generated a new coordinate system for the 2+1 polar spacetime with a +Schwartzchild metric and was able to derive the Christofel symbols (though +in a frustratingly "simplified" form): + +
+(down
+ (down (up 0 (+ (/ (* -2 (expt M 2)) (expt r0 3)) (/ M (expt r0 2))) 0)
+       (up (/ (* -1/2 M) (+ (* M r0) (* -1/2 (expt r0 2)))) 0 0)
+       (up 0 0 0))
+ (down (up (/ (* -1/2 M) (+ (* M r0) (* -1/2 (expt r0 2)))) 0 0)
+       (up 0 (/ (* 1/2 M) (+ (* M r0) (* -1/2 (expt r0 2)))) 0)
+       (up 0 0 (/ 1 r0)))
+ (down (up 0 0 0) (up 0 0 (/ 1 r0)) (up 0 (+ (* 2 M) (* -1 r0)) 0)))
+
+ +

+I got stuck when I tried to take a covariant derivative of a dummy test path +to derive the geodesic equations of motion; there are a lot of dt dummy +variables floating around so I installed new coordinates for the-real-line to +use 'k' instead of 't'; but I still get: +

+(((((covariant-derivative polar-Cartan-over-path) d/dk)
+   ((differential test-path) d/dk))
+  (orbital-plane-polar '->coords))
+ ((the-real-line '->point) 'k))
+
+;Bad selectors -- DERIV:EUCLIDEAN-STRUCTURE #[compiled-closure 13 (lambda "mathutil" #x1b) #xed0 #xbbbb4c #x1fdb064] (0) k
+
+

+Fiddling about with this expression frequently results in an assertion error +when the orbital-plane-polar coordinate system is passed a the-real-line point. +

+I should go through and derive some more pedestrian geodesics and sure i'm doing +things right. +

+ +(previous entry) + + + + + diff --git a/journal/scheme-gtk-working.png b/journal/scheme-gtk-working.png new file mode 100644 index 0000000..cd99819 Binary files /dev/null and b/journal/scheme-gtk-working.png differ -- cgit v1.2.3