aboutsummaryrefslogtreecommitdiffstats
path: root/journal/19jan2009.html
blob: 01d6b98abbc38389251f365fe0881a0151e24fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>bnewbold thesis</title></head>
<body style="margin: 25px; font-family: helvetica;">
<h1 style="border-bottom: 2px solid;">
Journal: Jan 19, 2009</h1>
<i>Bryan Newbold, <a href="mailto:bnewbold@mit.edu">bnewbold@mit.edu</a></i><br />
<i><a href="http://web.mit.edu/bnewbold/thesis/">
http://web.mit.edu/bnewbold/thesis/</a></i>
<br /><br />
<!-- ================================================================ -->
<!-- ================================================================ -->

Finished the Seasoned Schemer yesturday. I've been looking through R5RS, it's 
great how short it is! (50 pages)

From the scmutils manual:
<blockquote>
Some structures, such as the ones that represent inertia tensors, must
be inverted.  (The "m" above may be an inertia tensor!)  Division is
arranged to make this work, when possible.  The details are too hairy
to explain in this short document.  We probably need to write a book
about this!
</blockquote>
Indeed!
<br /><br />
I also liked this quote from Sean Carrol's Spacetime and Geometry (p485):
<blockquote>
The nice property of tensors, that there is usually only one sensible thing to do based on index placement, is of great help here."
</blockquote>
Sounds like a call for computation?
<hr />
I've been working on a sage/scheme interface a bit. The problem i'm running
into now is disabling the interrupt REPL in MIT/GNU Scheme; I just want it to
leave an error string and drop back to the base REPL. I could edit the pexpect
routines in sage to try and catch all the pretinent interrupt strings, but
I think it would be better to just have the error interrupt hook in scheme
do the simple thing.
<br />
For now, i'm actually going to switch over to the "scm" scheme distribution
which is much simpler and get that going well with sage, then try MIT/GNU
scheme again.
<br /><br />
<a href="16jan2009.html"><i>(previous entry)</i></a>

<!-- ================================================================ -->
<!-- ================================================================ -->
</body>
</html>