比较常用的数学公式语法
| 符号 | 语法 |
|---|---|
| < < < | $\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→1limx1 | $\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)limxy1 | $\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→1limy→1limxy1 | $\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| ∣∣∣∣∣∣∣∣∣∣∣∣a1a4a7a2a5a8a3a6a9∣∣∣∣∣∣∣∣∣∣∣∣
$$\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} ⎩⎪⎪⎪⎪⎪⎪⎪⎪⎨⎪⎪⎪⎪⎪⎪⎪⎪⎧a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=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} $$