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/

Heading

# Background information

## Installation

### Impressions

#### Additional links
  1. Item one
    1. sub item one
    2. sub item two
    3. sub item three
  2. Item two

Unordered Lists

Tables

Header1 Header2 Header3
cell1 cell2 cell3
cell4 cell5 cell6
cell7 cell8 cell9
Kingdom Phylum Class Order Family
ANIMALIA CHORDATA MAMMALIA CETARTIODACTYLA CERVIDAE

Code Snippets

Syntax highlighting via Pygments

#container {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}

highlight with line number.

1
2
3
def foo
  puts 'foo'
end

highlight using triple backticks

a=1:10
for(i in a)
{
  print(i)
}


you can use latex with double $$

<q> tag

here is a <q> q tag </q>

here is a q tag