阅读目的:学会常用LaTeX数学公式表达方式
阅读说明:LaTeX
梯度
梯度∂\partial∂:\partial
上标
- a^\hat{a}a^:\hat{}
方法二:
$$ F^{HLLC}=\left\{
\begin{array}{rcl}
F_L & & {0 < S_L}\\
F^*_L & & {S_L \leq 0 < S_M}\\
F^*_R & & {S_M \leq 0 < S_R}\\
F_R & & {S_R \leq 0}
\end{array} \right. $$
方法三:
$$f(x)=
\begin{cases}
0& \text{x=0}\\
1& \text{x!=0}
\end{cases}$$
FHLLC={FL0<SLFL∗SL≤0<SMFR∗SM≤0<SRFRSR≤0 F^{HLLC}=\left\{ \begin{array}{rcl} F_L & & {0 < S_L}\\ F^*_L & & {S_L \leq 0 < S_M}\\ F^*_R & & {S_M \leq 0 < S_R}\\ F_R & & {S_R \leq 0} \end{array} \right. FHLLC=⎩⎪⎪⎨⎪⎪⎧FLFL∗FR∗FR0<SLSL≤0<SMSM≤0<SRSR≤0
f(x)={0x=01x!=0f(x)= \begin{cases} 0& \text{x=0}\\ 1& \text{x!=0} \end{cases}f(x)={01x=0x!=0
运算符
-
方根:\sqrt
-
求和:\sum
-
分数:\frac
-
连乘:\prod
-
空格:\qquad
-
不等于:\neq
-
换行:\\
-
:∫:\int:∫\int
-
⋅\cdot⋅ :\cdot(点乘)
-
×\times×:\times
-
:÷:\div:÷\div
-
:≤:\leq:≤\leq
特殊字母
- α\alphaα:\alpha
- ϵ\epsilonϵ:\epsilon
- π\piπ:\pi
其他
- 水平大括号:\underbrace{a+b+\cdots+z}__{26}
a+b+⋯+z⏟26 \underbrace{a+b+\cdots+z}_{26} 26a+b+⋯+z
- 向量:\vec a
a⃗ \vec a a