 
With MathJax we can use Latex language to introduce math expressions, equations in our webpages.
Sample:
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
Sample:
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
| Type | LaTeX markup | Renders as | 
|---|---|---|
| Plain | \begin{matrix}  | \begin{matrix}1 & 2 & 3\\a & b & c\end{matrix} | 
| Parentheses round brackets | \begin{pmatrix} | \begin{pmatrix} 1 & 2 & 3\\ a & b & c \end{pmatrix} | 
| Brackets square brackets | \begin{bmatrix} | \begin{bmatrix}1 & 2 & 3\\a & b & c\end{bmatrix} | 
| Braces curly brackets | \begin{Bmatrix} | \begin{Bmatrix}1 & 2 & 3\\a & b & c\end{Bmatrix} | 
| Pipes | \begin{vmatrix} | \begin{vmatrix}1 & 2 & 3\\a & b & c\end{vmatrix} | 
| Double pipes | \begin{Vmatrix} | \begin{Vmatrix}1 & 2 & 3\\a & b & c\end{Vmatrix} | 
0 comentarios:
Publicar un comentario