每次打公式都要查查查,决定将自己用的整理一下吧,有新的随时更新。
数学符号
符号 | markdown | 描述 |
---|---|---|
∈\in∈ | \in | 属于 |
∉\notin∈/ | \notin | 不属于 |
∼\sim∼ | \sim | 服从 |
∑\sum∑ | \sum | 累加 |
∑i=1N\sum_{i=1}^{N}∑i=1N | $\sum_{i=1}^{N} | 累加 |
∏i=0n\prod_{i=0}^n∏i=0n | \prod_{i=0}^n | 累乘 |
ab\frac{a}{b}ba | \frac{a}{b} | 分子分母 |
⋃\bigcup⋃ | \bigcup | 并集 |
≠\ne= | \ne | 不等号 |
⊕\oplus⊕ | \oplus | |
⋅\cdot⋅ | \cdot | 点乘 |
y^\hat{y}y^ | \hat{} | |
分子分母\frac{分子}{分母}分母分子 | \frac{分子}{分母} | 分子分母 |
(x00x01x10x11)\left( \begin{matrix} x_{00}&x_{01}\\ x_{10}&x_{11} \end{matrix} \right)(x00x10x01x11) | \left( \begin{matrix} x_{00}&x_{01}\\x_{10}&x_{11} \end{matrix} \right) | 矩阵,小括号可替换中括号 大括号 |
∂x\partial{x}∂x | \partial{x} | 偏导 |
≤\leq≤ | \leq | 小于等于号 |
≥\geq≥ | \geq | 大于等于号 |
≈\approx≈ | \approx | 约等于 |
maxj\max \limits_{j}jmax | \max \limits_{j} | max下标 |
×\times× | \times | 乘 |
→\to→ | \to | |
∞\infty∞ | \infty | 无穷 |
希腊字母
符号 | markdown | 描述 |
---|---|---|
λ\lambdaλ | \lambda | 小写 |
Λ\LambdaΛ | \Lambda | 大写 |
ϕ\phiϕ | \phi | 小写 |
Φ\PhiΦ | \Phi | 大写 |
α\alphaα | \alpha | 小写 |
ψ\psiψ | \psi | 小写 |
Ψ\PsiΨ | \Psi | 大写 |
σ\sigmaσ | \sigma | 小写 |
Σ\SigmaΣ | \Sigma | 大写 |
θ\thetaθ | \theta | 小写 |
Θ\ThetaΘ | \Theta | 大写 |
ϵ\epsilonϵ | \epsilon | 小写 |
E\EpsilonE | \Epsilon | 大写 |
η\etaη | \eta | 小写 |