diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-02-05 23:08:17 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-02-05 23:08:17 -0500 |
commit | 4494e74864554ef72c4e61b5bca7d826145492a0 (patch) | |
tree | d0915873f792713b9530be4f7e517fadf73fa0c7 /journal | |
parent | 36b6b12b1345c8c68edaccc925185f5e82d3438e (diff) | |
download | 8thesis-4494e74864554ef72c4e61b5bca7d826145492a0.tar.gz 8thesis-4494e74864554ef72c4e61b5bca7d826145492a0.zip |
day's work
Diffstat (limited to 'journal')
-rw-r--r-- | journal/04feb2009.html | 3 | ||||
-rw-r--r-- | journal/05feb2009.html | 47 |
2 files changed, 49 insertions, 1 deletions
diff --git a/journal/04feb2009.html b/journal/04feb2009.html index d3d1cb1..8e6d45e 100644 --- a/journal/04feb2009.html +++ b/journal/04feb2009.html @@ -32,7 +32,8 @@ time to keep reading but I haven't been playing/exploring on my own as much. Hopefully I'll get the chance to calculate some geodesics and come up with an outline on Friday. <br /><br /> -<a href="02jan2009.html"><i>(previous entry)</i></a> +<a href="02feb2009.html"><i>(previous entry)</i></a> - +<a href="05feb2009.html"><i>(next entry)</i></a> <!-- ================================================================ --> <!-- ================================================================ --> diff --git a/journal/05feb2009.html b/journal/05feb2009.html new file mode 100644 index 0000000..64be27f --- /dev/null +++ b/journal/05feb2009.html @@ -0,0 +1,47 @@ +<!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: Feb 05, 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 /><p /> +<!-- ================================================================ --> +<!-- ================================================================ --> + +Today i'm skimming through sections on pullbacks and pushforwards without much +understanding; I think i've gone pretty far down the math path for now and need +to push through to some physical problems. I can return later if I need to? +It looks like ultimately it will be a good example of the functional approach, +but stumbles before strides. + +<p /> +To define: Cartan, Christoffel, + +<p /> +I like the list of thing which are important enough to be refered to with a +"the-" prefix in scheme: +<pre style="margin:20px; border-left: solid grey 3px; background-color:lightgrey +;padding:5px;width:750px;"> +the-cons-table the-empty-stream the-environment the-environment? +the-ether the-null-symbol the-real-line +</pre> +What components of the entire operating system are unique/important enough to +be refered to this way? The only "a-" is a-reduce, which while technically +"a" thing, doesn't refer to just any old reduce. This makes sense. + +<p /> +Whew, finally got through the end of the differential geometry memo, at least +skimming through it. Looks like there's plenty of work still to be done! Of +course i'm sure a lot of it is in will's calculus additions, i'll have to +look through that next. +<br /><br /> +<a href="04feb2009.html"><i>(previous entry)</i></a> + +<!-- ================================================================ --> +<!-- ================================================================ --> +</body> +</html> |