Differences between revisions 9 and 16 (spanning 7 versions)
Revision 9 as of 2006-11-18 14:14:48
Size: 2303
Editor: DavidJoyner
Comment:
Revision 16 as of 2008-09-19 07:07:14
Size: 2657
Editor: Minh Nguyen
Comment: Suggestions from #1389
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== 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.
== 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.
Line 5: Line 5:
 * http://www.4ti2.de/ -- A software package for algebraic, geometric and combinatorial problems on linear spaces; I (=william) have made optional SAGE packages for this and written a very preliminary interface. This depends on a linear programming package, which SAGE needs.  * http://www.4ti2.de/ -- A software package for algebraic, geometric and combinatorial problems on linear spaces; I (=william) have made optional Sage packages for this and written a very preliminary interface. This depends on a linear programming package, which Sage needs.
Line 9: Line 9:
 * [http://sage.math.washington.edu:9001/graph_survey NetworkX] (graph theory).
Line 11: Line 10:
 * [http://www.mit.edu/~ibaran/kseg.html kseg] (dynamic Euclidean geometry, a la Geometer's Sketchpad; relevant for educational users).
 * [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
Line 12: Line 13:
== 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:
== 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:

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)