Sage

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.

Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.

Version installée

module avail tools/sage

tools/sage/8.3

Utilisation

  • Exécution

Utiliser un script sge (application sequentielle)

sage.sge
!/bin/bash -l
 
 
#$ -o $JOB_NAME.o$JOB_ID
 
#$ -N job_sage
 
module load tools/sage/8.3
 
sage monscript

Liens