diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-02-19 21:21:17 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-02-19 21:21:17 -0500 |
commit | be2eac0cb25ee3dec98c1949b4ae19233b8c2e50 (patch) | |
tree | f2db86e900aef0ac2c96bb5f3b9ee13e16df624f | |
parent | d1ea607d5596d784c734d1432c23a0051e049a2e (diff) | |
download | 8thesis-be2eac0cb25ee3dec98c1949b4ae19233b8c2e50.tar.gz 8thesis-be2eac0cb25ee3dec98c1949b4ae19233b8c2e50.zip |
journal add
-rw-r--r-- | journal/16feb2009.html | 3 | ||||
-rw-r--r-- | journal/19feb2009.html | 38 |
2 files changed, 40 insertions, 1 deletions
diff --git a/journal/16feb2009.html b/journal/16feb2009.html index 49b8130..d91f61e 100644 --- a/journal/16feb2009.html +++ b/journal/16feb2009.html @@ -89,7 +89,8 @@ any insight. </pre> <br /><br /> -<a href="05feb2009.html"><i>(previous entry)</i></a> +<a href="05feb2009.html"><i>(previous entry)</i></a> - +<a href="19feb2009.html"><i>(next entry)</i></a> <!-- ================================================================ --> <!-- ================================================================ --> diff --git a/journal/19feb2009.html b/journal/19feb2009.html new file mode 100644 index 0000000..4d4dd9f --- /dev/null +++ b/journal/19feb2009.html @@ -0,0 +1,38 @@ +<!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 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 /><p /> +<!-- ================================================================ --> +<!-- ================================================================ --> + +This site looks like a reasonable resource for computer algebra systems and +symbolic manipulation: <a href="http://www.symbolicnet.org/toc.html"> +symbolicnet.org</a>. +<br /><br /> +<a href="http://www.aei.mpg.de/~peekas/cadabra/">Cadabra</a> is a CAS designed +for tensor manipulation and field theories (in C++ with TeX based input/output). +<br /><br /> +<a href="http://reduce-algebra.com/">Reduce</a> is an old CAS system writen in +standard lisp. Includes a FORTRAN and C generation engine called gentran +(<a href="http://reduce-algebra.com/docs/gentran.pdf">pdf</a>, <a href="http://portal.acm.org/citation.cfm?id=1089415">acm paper</a>). +<br /><br /> + + +<pre style="margin:20px; border-left: solid grey 3px; background-color:lightgrey +;padding:5px;width:750px;"> +</pre> + +<br /><br /> +<a href="16feb2009.html"><i>(previous entry)</i></a> + +<!-- ================================================================ --> +<!-- ================================================================ --> +</body> +</html> |