2017-08-06 12:16:25 +02:00
|
|
|
Sage is a free open-source mathematics software system licensed under
|
|
|
|
the GPL. It combines the power of many existing open-source packages
|
|
|
|
into a common Python-based interface.
|
2011-09-06 03:26:41 +02:00
|
|
|
Mission: Creating a viable free open source alternative to Magma,
|
2017-08-06 12:16:25 +02:00
|
|
|
Maple, Mathematica and Matlab.
|
2011-07-26 05:11:02 +02:00
|
|
|
|
2017-08-06 12:16:25 +02:00
|
|
|
Sage can be used in several ways: through an interactive command line,
|
|
|
|
by writing stand-alone scripts, through the graphical notebook
|
2011-07-26 05:11:02 +02:00
|
|
|
interface in a browser, or through the KDE Cantor application (part
|
|
|
|
of a full Slackware installation).
|
|
|
|
|
2017-05-09 04:36:38 +02:00
|
|
|
Building sage requires >12GB of disk space, so you may need to
|
2011-07-26 05:11:02 +02:00
|
|
|
redefine $TMP and/or $OUTPUT.
|
|
|
|
|
|
|
|
See README.BUILDOPTS for additional (important) information about
|
|
|
|
build options and such.
|
2017-06-06 03:37:19 +02:00
|
|
|
|
|
|
|
NOTE:
|
|
|
|
If you have ATOM processors, you need to run this command prior building:
|
|
|
|
export OPENBLAS_CONFIGURE="TARGET=ATOM"
|