Has anyone used SageMath before? It’s a really cool alternative to the commercial M* software (Magma, Maple, Mathematica, and Matlab). It’s a free and open source (GPL licensed) software developed by a professor at the University of Washington. SageMath (previously Sage, SAGE) bundles packages and libraries like GAP, Maxima, SINGULAR, NumPy, SymPy, SciPy, R, etc. that cover a wide range of math fields. It also includes __. SageMath worksheets (downloaded as .sws files) are interactive Jupyter notebooks written in Python or Sage, which is essentially just Python with added preparser steps that do things like allow caret (^) for exponentiation and promote Python ints to Sage’s integers, which have more structure. SageMath can be accessed through several interfaces, including an interactive CLI mode, a Web-based worksheet, and collaborative documents on cloud.sagemath.com. All output in SageMath includes a LaTeX representation, so that the resulting graphs, expressions, etc. can be easily copied into a LaTeX document.
Link: http://www.sagemath.org/
Link: http://sagecell.sagemath.org/
Link: https://cloud.sagemath.com/
# Background information
## Installation
### Impressions
#### Additional links
Header1 | Header2 | Header3 |
---|---|---|
cell1 | cell2 | cell3 |
cell4 | cell5 | cell6 |
cell7 | cell8 | cell9 |
Kingdom | Phylum | Class | Order | Family |
---|---|---|---|---|
ANIMALIA | CHORDATA | MAMMALIA | CETARTIODACTYLA | CERVIDAE |
Syntax highlighting via Pygments
1
2
3
def foo
puts 'foo'
end
a=1:10
for(i in a)
{
print(i)
}
you can use latex with double $$
here is a <q> q tag </q>
here is a q tag