Index of /farr/www/SchemeCode
Name Last modified Size Description
Parent Directory 02-Apr-2009 00:54 -
LICENSE 24-Oct-2006 12:58 18k
_darcs/ 24-Oct-2006 12:58 -
derivatives-test.ss 24-Oct-2006 12:58 4k
derivatives.ss 24-Oct-2006 12:58 10k
generics-test.ss 24-Oct-2006 12:58 2k
generics.ss 24-Oct-2006 12:58 6k
lie-group-Rn-test.ss 24-Oct-2006 12:58 1k
lie-group-Rn.ss 24-Oct-2006 12:58 2k
lie-group-SO3-test.ss 24-Oct-2006 12:58 4k
lie-group-SO3.ss 24-Oct-2006 12:58 2k
lie-group-representa..> 24-Oct-2006 12:58 6k
lie-group-representa..> 24-Oct-2006 12:58 5k
lie-groups-test.ss 24-Oct-2006 12:58 3k
lie-groups.ss 24-Oct-2006 12:58 3k
manifolds-test.ss 24-Oct-2006 12:58 5k
manifolds.ss 24-Oct-2006 12:58 8k
maps-test.ss 24-Oct-2006 12:58 3k
maps.ss 24-Oct-2006 12:58 1k
memoization-test.ss 24-Oct-2006 12:58 3k
memoization.ss 24-Oct-2006 12:58 1k
operators.ss 24-Oct-2006 12:58 3k
quaternions-test.ss 24-Oct-2006 12:58 3k
quaternions.ss 24-Oct-2006 12:58 7k
run-tests.ss 24-Oct-2006 12:58 2k
streams-test.ss 24-Oct-2006 12:58 3k
streams.ss 24-Oct-2006 12:58 2k
test.ss 24-Oct-2006 12:58 2k
tuples.ss 24-Oct-2006 12:58 7k
vector-spaces-test.ss 24-Oct-2006 12:58 3k
vector-spaces.ss 24-Oct-2006 12:58 5k
This is code I have written in an attempt to duplicate some of the
functionality of scmutils (see
http://www.swiss.ai.mit.edu/~gjs/6946/linux-install.htm). It runs on
the PLT Scheme distribution (http://www.plt-scheme.org/); this was my
primary motivation for developing it, as I cannot run MIT Scheme on my
Mac OS X box.
Presently, the code implements only a small fraction of the scmutils
functionality. Notably absent is any sort of symbolic calculation
ability. However, the code is capable of numerical calculations on
abstract manifolds and some rudimentary Lie group operations.
The eventual goal is for the code to be able to perform numerical
relativistic calculations, treating general relativity as an SO(3,1)
gauge theory.
The code is released under the GPL (see LICENSE for details), and I
would love to have bug reports and comments. Please address either to
<farr@mit.edu>. It is under *active* development, and is in its
infancy; I apologize for the lack of documentation.