Differences between revisions 1 and 2
Revision 1 as of 2016-08-11 11:51:59
Size: 1116
Editor: slelievre
Comment: Initial draft
Revision 2 as of 2016-08-11 13:13:12
Size: 1229
Editor: slelievre
Comment: Add developer guide on interfaces
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
  * [[http://www.sagemath.org/git-developer-guide/coding_in_other.html|SageMath developer guide on Interfaces]]

SageMath interfaces to and from other software

Interfaces to other software in SageMath

Sage has interfaces to

  • GAP
  • Magma
  • Maple
  • Mathematica
  • MATLAB
  • Maxima
  • MuPAD
  • GNU Octave
  • PARI/GP
  • R
  • Singular

and more. Please add links!

See also

Accessing other software in Sage notebook worksheets, SageMathCloud Sage worksheets, Jupyter Notebook worksheets

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)