Markdown数学公式语法

572 阅读1分钟

比较常用的数学公式语法

符号语法
< < <$\lt$
> > >$\gt$
a 3 \sqrt[3]{a} 3a ​$\sqrt[3]{a}$
× \times ×$\times$
÷ \div ÷$\div$
± \pm ±$\pm$
∓ \mp ∓$\mp$
≠ \ne ​=$\ne$
∞ \infty ∞$\infty$
≤ \le ≤$\le$
≥ \ge ≥$\ge$
⊥ \perp ⊥$\perp$
α \alpha α$\alpha$
θ \theta θ$\theta$
γ \gamma γ$\gamma$
ϵ \epsilon ϵ$\epsilon$
ρ \rho ρ$\rho$
a b \frac{a}{b} ba​$\frac{a}{b}$
sin ⁡ \sin sin$\sin$
cos ⁡ \cos cos$\cos$
tan ⁡ \tan tan$\tan$
⇒ \Rightarrow ⇒$\Rightarrow$
⇐ \Leftarrow ⇐$Leftarrow$
x ∈ y x \in y x∈y$x \in y$
x ∉ y x \notin y x∈/​y$x \notin y$
x ∪ b x \cup b x∪b$x \cup b$
x ∩ b x \cap b x∩b$x \cap b$
lim ⁡ x → 1 1 x \lim\limits_{x\rightarrow1}\frac{1}{x} x→1lim​x1​$\lim\limits_{x\rightarrow1}\frac{1}{x}$
lim ⁡ ( x , y ) → ( 1 , 1 ) 1 x y \lim\limits_{(x,y)\rightarrow(1,1)}\frac{1}{xy} (x,y)→(1,1)lim​xy1​$\lim\limits_{(x,y)\rightarrow(1,1)}\frac{1}{xy}$
lim ⁡ x → 1 lim ⁡ y → 1 1 x y \lim\limits_{x\rightarrow1}\lim\limits_{y\rightarrow1}\frac{1}{xy} x→1lim​y→1lim​xy1​$\lim\limits_{x\rightarrow1}\lim\limits_{y\rightarrow1}\frac{1}{xy}$

行列式:
∣ a 1 a 2 a 3 a 4 a 5 a 6 a 7 a 8 a 9 ∣ \left|\begin{matrix} a_1&a_2&a_3\\\ a_4&a_5&a_6\\\ a_7&a_8&a_9\\\ \end{matrix}\right| ∣∣∣∣∣∣∣∣∣∣∣∣​a1​a4​a7​​a2​a5​a8​​a3​a6​a9​​∣∣∣∣∣∣∣∣∣∣∣∣​

$$\left|\begin{matrix}\vec{a}&\vec{b}&\vec{c}\\\\a_x&a_y&a_z\\\\b_x&b_y&b_z\end{matrix} \right|$$
方程组:

{ a 1 x + b 1 y + c 1 z = d 1 a 2 x + b 2 y + c 2 z = d 2 a 3 x + b 3 y + c 3 z = d 3 \begin{cases} a_1x+b_1y+c_1z=d_1\\\ a_2x+b_2y+c_2z=d_2\\\ a_3x+b_3y+c_3z=d_3\\\ \end{cases} ⎩⎪⎪⎪⎪⎪⎪⎪⎪⎨⎪⎪⎪⎪⎪⎪⎪⎪⎧​a1​x+b1​y+c1​z=d1​a2​x+b2​y+c2​z=d2​a3​x+b3​y+c3​z=d3​​

$$\begin{cases} a_1x+b_1y+c_1z=d_1\\\\ a_2x+b_2y+c_2z=d_2\\\\ a_3x+b_3y+c_3z=d_3\\\\ \end{cases} $$