Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2016-08-11 11:51:59
Size: 1116
Editor: slelievre
Comment: Initial draft
Revision 5 as of 2016-08-16 18:18:54
Size: 1626
Editor: slelievre
Comment: Split closed software vs free software, fix link, rephrase
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Sage has interfaces to

* GAP
=== Sage interfaces to closed software ===
Line 14: Line 12:
  * Maxima
Line 16: Line 13:
  * GNU Octave
  * PARI/GP
  * R
  * Singular

=== Sage interfaces to free software ===
  * [[http://www.gap-system.org/ | GAP]]
  * [[http://maxima.sourceforge.net/ | Maxima]]
  * [[https://www.gnu.org/software/octave/ | GNU Octave]]
  * [[http://pari.math.u-bordeaux.fr/ | PARI/GP]]
  * [[https://www.r-project.org/ | R]]
  * [[https://www.singular.uni-kl.de/ | Singular]]
Line 26: Line 27:
  * [[http://doc.sagemath.org/html/en/developer/coding_in_other.html|SageMath developer guide on Interfaces]]
Line 27: Line 29:
== Accessing other software in Sage notebook worksheets, SageMathCloud Sage worksheets, Jupyter Notebook worksheets == == Using other software in Sage worksheets ==

One can access other software from Sage worksheets,
be it in the Sage Notebook, in SageMathCloud Sage worksheets, or in Jupyter Notebook worksheets using the
SageMath Jupyter kernel.

SageMath interfaces to and from other software

Interfaces to other software in SageMath

Sage interfaces to closed software

  • Magma
  • Maple
  • Mathematica
  • MATLAB
  • MuPAD

Sage interfaces to free software

and more. Please add links!

See also

Using other software in Sage worksheets

One can access other software from Sage worksheets, be it in the Sage Notebook, in SageMathCloud Sage worksheets, or in Jupyter Notebook worksheets using the SageMath Jupyter kernel.

There are

  • ways to change kernel
  • some "magic" commands (starting with "%" and "%%") that let you use other software in a cell

Interfaces to SageMath in other software

Some software systems provide an interface to Sage.

Cantor

TeXmacs

Interfaces (last edited 2018-10-17 08:40:24 by slelievre)