Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2007-04-16 21:24:47
Size: 596
Editor: anonymous
Comment:
Revision 11 as of 2007-04-17 18:14:13
Size: 1120
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Computing a Groebner basis is fast because of the SINGULAR computer algebra system.
Line 13: Line 14:
 * Using the notebook, Timothy Clemans has made an app that shows the calculation of the GCD of a list of numbers using cancellation and an app that given a factorable trinomial where A = 1 a visualization of finding the solution is given.  * The notebook is a useful tool for basic math education because of its flexible visualization/output capabilities.
Line 16: Line 17:

 * Basic arithmetic over finite extension fields is fast because of the Givaro library.
Line 21: Line 24:
== Interfaces ==
 * SAGE provides interfaces to the mathematical software Axiom, CoCoA, GAP, KASH, Macaulay2, Magma, Maple, Mathematica, Matlab, Maxima, MuPAD, Octave, and Singular.
 * SAGE provides C/C++-library interfaces to NTL, PARI, Linbox, and mwrank.
Line 22: Line 29:

 * The reduced row echelon form of e.g. dense 20,000x20,000 matrices over GF(2) can be computed in seconds and 50MB of RAM.
 * Computation of reduced row echelon forms of sparse matrices is supported.

What SAGE Can Do

Calculus

Commutative Algebra

  • Computing a Groebner basis is fast because of the SINGULAR computer algebra system.

Crypto

  • Classical ciphers are well supported.

Elementary Education

  • The notebook is a useful tool for basic math education because of its flexible visualization/output capabilities.

Finite Fields

  • Basic arithmetic over finite extension fields is fast because of the Givaro library.

Graphical Interface

Group Theory

Interfaces

  • SAGE provides interfaces to the mathematical software Axiom, CoCoA, GAP, KASH, Macaulay2, Magma, Maple, Mathematica, Matlab, Maxima, MuPAD, Octave, and Singular.
  • SAGE provides C/C++-library interfaces to NTL, PARI, Linbox, and mwrank.

Linear Algebra

  • The reduced row echelon form of e.g. dense 20,000x20,000 matrices over GF(2) can be computed in seconds and 50MB of RAM.
  • Computation of reduced row echelon forms of sparse matrices is supported.

Number Theory

Numerical Computation

p-adic Numbers

Plotting

cando (last edited 2008-11-14 13:42:15 by anonymous)