Differences between revisions 11 and 13 (spanning 2 versions)
Revision 11 as of 2007-05-22 16:04:35
Size: 2552
Editor: anonymous
Comment:
Revision 13 as of 2007-07-28 02:22:30
Size: 2977
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * [http://www-swiss.ai.mit.edu/~gjs/6946/linux-install.htm scmutils], an MIT-Scheme package for symbolic manipulation, mostly with differential geometry. Created for the [http://www-swiss.ai.mit.edu/~gjs/6946/sicm-html/index.html SICM]: Structure and Interpretation of Classical Mechanics course
 * [http://rpy.sourceforge.net/ rpy] A python interface to [http://www.r-project.org/ R], an open source statistics package.

Ideas for Software to Integrate with SAGE

This is a list of programs and packages for mathematics that might possibly be included with or at least have an interface with SAGE someday.

Software that is free and tries to do what SAGE does

  • http://www.mathemagix.org/mmxweb/web/welcome.en.html -- Their overall goal is very similar to SAGE's. However, they make different design choices than we have with SAGE in almost every way:

    • They build everything around [http://www.texmacs.org/ texmacs], which is a "beautiful" yet aggravating program.

    • They use C++ *very* very heavily.
    • They write their own new custom interpreter language for mathematics (though they describe it as general purpose, and strongly emphasize it shouldn't be for just math).

devel/SoftwareToIntegrate (last edited 2022-04-05 01:06:16 by mkoeppe)