Loading [MathJax]/jax/output/HTML-CSS/jax.js
Now you are in the subtree of  Welcome to Knowen! project. 

Math -- MathJax LaTeX

MathJax Syntax

To add an inline equation wrap your equation in $ tags.
Stand-alone equations should be wrapped in double $$ tags. To have equations numbered use \begin{equation} ... \end{equation}, without $ tags.

Inline equation:
$ x^2 $

How it shows:
x2

Stand-alone equation:
$$ x^2 $$

How it shows:
x2

A peculiarity to keep in mind. Use
$1\lt 2$ or $1< 2$ (notice space after "<" sign to avoid being interpreted as HTML tag) to produce

1<2

Numbered equation:

In equation \eqref{eq:sample}, we find the value of an
interesting integral:

\begin{equation}
  	\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
  	\label{eq:sample}
	\end{equation}

How it shows:

In equation (1), we find the value of an
interesting integral:

0x3ex1dx=π415


example of LaTeX table:
nLeftCenterRight10.24112521189832020001+10i

and another one:

min012300000101112012230123max012300123111232222333333Δ012300123110122210133210


Please follow this link to see more examples of equation syntax.
For the full list of capabilities, including equation numbering, defining macros see MathJax documentation .