1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
.TH SAGE "1" "December 2016" "sage" "User Commands"
.SH NAME
sage \- Open Source Mathematical Software
.SH DESCRIPTION
SageMath is a free open-source mathematics software system licensed under the
GPL. It builds on top of many existing open-source packages: NumPy, SciPy,
matplotlib, Sympy, Maxima, GAP, FLINT, R and many more. Access their combined
power through a common, Python-based language or directly via interfaces or
wrappers.
.SS "Optional arguments:"
.HP
file.[sage|py|spyx] \fB\-\-\fR run given .sage, .py or .spyx file
.HP
\fB\-advanced\fR \fB\-\-\fR list all command line options
.HP
\fB\-c\fR <cmd> \fB\-\-\fR Evaluates cmd as sage code
.HP
\fB\-gap\fR [...] \fB\-\-\fR run Sage's Gap with given arguments
.HP
\fB\-gp\fR [...] \fB\-\-\fR run Sage's PARI/GP calculator with given arguments
.HP
\fB\-h\fR, \-? \fB\-\-\fR print this help message
.HP
\fB\-inotebook\fR [...] \fB\-\-\fR start the *insecure* Sage notebook (deprecated)
.HP
\fB\-maxima\fR [...] \fB\-\-\fR run Sage's Maxima with given arguments
.HP
\fB\-mwrank\fR [...] \fB\-\-\fR run Sage's mwrank with given arguments
.HP
\fB\-\-notebook\fR=\fI\,[\/\fR...] \fB\-\-\fR start the Sage notebook (valid options are
\&'default', 'sagenb', 'jupyter', and 'export')
.HP
\fB\-n\fR, \fB\-\-notebook\fR \fB\-\-\fR shortcut for \fB\-\-notebook\fR=\fI\,default\/\fR
.HP
\fB\-python\fR [...] \fB\-\-\fR run the Python interpreter
.HP
\fB\-R\fR [...] \fB\-\-\fR run Sage's R with given arguments
.HP
\fB\-singular\fR [...] \fB\-\-\fR run Sage's singular with given arguments
.HP
\fB\-sqlite3\fR [...] \fB\-\-\fR run Sage's sqlite3 with given arguments
.HP
\fB\-root\fR \fB\-\-\fR print the Sage root directory
.TP
\fB\-\-nodotsage\fR \fB\-\-\fR run Sage without using the user's .sage directory:
create and use a temporary .sage directory instead
.TP
\fB\-t\fR [options] <\-\-all|files|dir>
\fB\-\-\fR test examples in .py, .pyx, .sage, .tex or .rst files
.TP
selected options:
\fB\-\-long\fR \- include lines with the phrase 'long time'
\fB\-\-verbose\fR \- print debugging output during the test
\fB\-\-sagenb\fR \- test all sagenb files
\fB\-\-help\fR \- show all testing options
.TP
\fB\-v\fR, \fB\-version\fR \fB\-\-\fR display Sage version information
.PP
usage: sage [options]
Try 'sage \fB\-h\fR' for more information.
.SH "SEE ALSO"
The full documentation for
.B sage
is available in the sagemath-doc package.
It is best accessed via the sage notebook.
|