【LaTeX数学公式】
写在正文中间,公式随文字高度缩放,语法:$数学内容$
分式、根式
| 类型 | 语法 | 显示 |
|---|---|---|
| 分式 | $\dfrac{a}{b}$ | a b \dfrac{a}{b}ba |
| 根式 | $\sqrt[3]{x}$ | x 3 \sqrt[3]{x}3x |
求和、积分、极限
| 类型 | 语法 | 显示 |
|---|---|---|
| 求和 | $\sum_{i=1}^n i$ | ∑ i = 1 n i \sum_{i=1}^n i∑i=1ni |
| 积分 | $\int_0^1 f(x)dx$ | ∫ 0 1 f ( x ) d x \int_0^1 f(x)dx∫01f(x)dx |
| 极限 | $\lim_{x\to\infty}x$ | lim x → ∞ x \lim_{x\to\infty}xlimx→∞x |
多重积分:\iint二重积分、\iiint三重积分、\oint环路积分
希腊字母
| 类型 | 语法 | 显示 |
|---|---|---|
| 小写(反斜杠 + 英文名称) | $\alpha,\beta,\gamma,\delta,\epsilon,\theta,\lambda,\mu,\xi,\pi,\rho,\sigma,\phi,\psi,\omega$ | α , β , γ , δ , ϵ , θ , λ , μ , ξ , π , ρ , σ , ϕ , ψ , ω \alpha,\beta,\gamma,\delta,\epsilon,\theta,\lambda,\mu,\xi,\pi,\rho,\sigma,\phi,\psi,\omegaα,β,γ,δ,ϵ,θ,λ,μ,ξ,π,ρ,σ,ϕ,ψ,ω |
| 大写(首字母大写) | $\Gamma,\Delta,\Theta,\Lambda,\Pi,\Sigma,\Phi,\Psi,\Omega$ | Γ , Δ , Θ , Λ , Π , Σ , Φ , Ψ , Ω \Gamma,\Delta,\Theta,\Lambda,\Pi,\Sigma,\Phi,\Psi,\OmegaΓ,Δ,Θ,Λ,Π,Σ,Φ,Ψ,Ω |
常用数学符号
| 类型 | 语法 | 显示 |
|---|---|---|
| 运算符号 | $+\ -\ \times\ \cdot\ \div\ \pm\ \mp$ | + − × ⋅ ÷ ± ∓ +\ -\ \times\ \cdot\ \div\ \pm\ \mp+−×⋅÷±∓ |
| 关系符号 | $\le \ge \ne \approx \in \notin \subset \supset \subseteq$ | ≤ ≥ ≠ ≈ ∈ ∉ ⊂ ⊃ ⊆ \le \ge \ne \approx \in \notin \subset \supset \subseteq≤≥=≈∈∈/⊂⊃⊆ |
| 箭头符号 | $\to \Rightarrow \Leftrightarrow \leftarrow$ | → ⇒ ⇔ ← \to \Rightarrow \Leftrightarrow \leftarrow→⇒⇔← |
矩阵
| 类型 | 语法 | 显示 |
|---|---|---|
| 无括号 | $\begin{matrix}1 & 2 \\ 3 & 4\end{matrix}$ | 1 2 3 4 \begin{matrix}1 & 2 \\3 & 4\end{matrix}1324 |
| 圆括号 | $\begin{pmatrix}1 & 2 \\ 3 & 4\end{pmatrix}$ | ( 1 2 3 4 ) \begin{pmatrix}1 & 2 \\3 & 4\end{pmatrix}(1324) |
| 方括号 | $\begin{bmatrix}1 & 2 \\ 3 & 4 \\ 5 & 6\end{bmatrix}$ | [ 1 2 3 4 5 6 ] \begin{bmatrix}1 & 2 \\3 & 4\\5&6\end{bmatrix}135246 |
| 行列式竖线 | $\begin{matrix}1 & 2 \\ 3 & 4\end{matrix}$ | 1 2 3 4 \begin{matrix}1 & 2 \\3 & 4\end{matrix}1324 |
便携转换
网址:在线LaTeX公式编辑器
