MathJax的常用表达式
MathJax requires the math expression to be all on one line without any returns.
超详尽文章:MathJax
1)
\text{A} = \begin{pmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} \end{pmatrix}
\begin{pmatrix} \end{pmatrix} : 矩阵
a_{11}:a11(下标)
& : 矩阵中的元素
cdots、\vdots、\ddots:横三点,竖三点、斜的三点
\\ :换行
2)
\left( {\rm A}^{\rm T}\right)^{\rm T} = {\rm A}
\left(、\right):左右括号
^:次方
{\rm A}:用以描述一种运算,保证字体
3)
\displaystyle \begin{pmatrix} a &b\\ c &d \end{pmatrix}^{-1} = \frac{1}{ad-bc} \begin{pmatrix}\phantom{-}d & -b \\ -c & \phantom{-}a \end{pmatrix}
\displaystyle:switch styles back and forth with \displaystyle and \textstyle,不同的展示形式
\frac{1}{ad-bc}:表示 1 / ad - bc
\phantom:占位符号,相当于一个不显示的空格
4)
{\rm A}^p = {\rm S} \Lambda^p {\rm S}^{-1}
\Lambda:Λ
具体的需要直接查询上述的大全网页。