Markdown文档数学公式集合

正文(inline)中的LaTeX公式用$…$定义,单独一行用$ . . . . .... ....$定义

1. 上下标
^表示上标,如果是多个字符,请使用{},_表示下标,如果是多个字符,请使用()

$$ f(x) = x_i + y^x,f((x+y)^{u}) = (x+y)^{u+v}$$

f ( x ) = x i + y x , f ( ( x + y ) u ) = ( x + y ) u + v f(x) = x_i + y^x,f((x+y)^{u}) = (x+y)^{u+v} f(x)=xi+yxf((x+y)u)=(x+y)u+v

2. 开方
sqrt表示开方

$\sqrt[m]{n}$ # 表示对n开m次方
$$\sqrt{25}$$
$$\sqrt[3]{25}$$

25 , 25 3 \sqrt{25}, \sqrt[3]{25} 25 325

3. 省略号
\ldots 表示语文本底线对其的省略号,\cdots 表示与文本中线对其的省略号,\cdot 表示一个点,也就是点乘号

这里是省略号$\ldots$,底线对齐
这里是省略号$\cdots$,中线对齐
$$ f(x_1,x_2,\ldots,x_n) = x_1^2 +x_2^2+\cdots+x_n^2 $$

这里是省略号 … \ldots ,底线对齐
这里是省略号 ⋯ \cdots ,中线对齐
f ( x 1 , x 2 , … , x n ) = x 1 2 + x 2 2 + ⋯ + x n 2 f(x_1,x_2,\ldots,x_n) = x_1^2 +x_2^2+\cdots+x_n^2 f(x1,x2,,xn)=x12+x22++xn2

4. 括号
(), []直接写即可,{}需要转义

这是小括号$()$
这是小括号$[]$
这是小括号$\{\}$

( ) , [ ] , { } (), [], \{\} (),[],{}

5. 分号
使用 \frac{分子}{分母},或者使用 分子 \over 分母

$$\frac{a+b}{c+d}$$

a + b c + d \frac{a+b}{c+d} c+da+b, n + m m ⋅ n {n+m} \over {m\cdot n} mnn+m

6. 向量

\vec a \cdot \vec b = 0

a ⃗ ⋅ b ⃗ = 0 \vec a \cdot \vec b = 0 a b =0

7. 箭头

示例代码示例代码
\leftarrow\Leftarrow
\rightarrow\Rightarrow
\leftrightarrow\Leftrightarrow
\longleftarrow\Longleftarrow
\longrightarrow\Longrightarrow
\longleftrightarrow\Longleftrightarrow
\uparrow\downarrow
\updownarrow

8. 求和, 求积

$$\sum_{i=1}^{n} x_i$$
$$\prod_{i=0}^n{1 \over {x^2}}$$

∑ i = 1 n x i , ∏ i = 0 n 1 x 2 \sum_{i=1}^{n} x_i, \prod_{i=0}^n{1 \over {x^2}} i=1nxi,i=0nx21

9. 积分

$$\int_0^\infty{f(x)dx}$$

∫ 0 ∞ f ( x ) d x \int_0^\infty{f(x)dx} 0f(x)dx

10. 方程式

$$\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}
$$

{ 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

11. 矩阵

$$\begin{bmatrix}
{a_{11}}&{a_{12}}&{\cdots}&{a_{1n}}\\
{a_{21}}&{a_{22}}&{\cdots}&{a_{2n}}\\
{\vdots}&{\vdots}&{\ddots}&{\vdots}\\
{a_{m1}}&{a_{m2}}&{\cdots}&{a_{mn}}\\
\end{bmatrix}$$

[ a 11 a 12 ⋯ a 1 n a 21 a 22 ⋯ a 2 n ⋮ ⋮ ⋱ ⋮ a m 1 a m 2 ⋯ a m n ] \begin{bmatrix} {a_{11}}&{a_{12}}&{\cdots}&{a_{1n}}\\ {a_{21}}&{a_{22}}&{\cdots}&{a_{2n}}\\ {\vdots}&{\vdots}&{\ddots}&{\vdots}\\ {a_{m1}}&{a_{m2}}&{\cdots}&{a_{mn}}\\ \end{bmatrix} a11a21am1a12a22am2a1na2namn

12. 希腊字符

字符表达式字符表达式
α\alphaβ\beta
γ\gammaδ\delta
ε\epsilonζ\zeta
η\etaθ\theta
ι\iotaκ\kappa
λ\lambdaμ\mu
ν\nuξ\xi
π\piρ\rho
σ\sigmaτ\tau
υ\upsilonφ\phi
χ\chiψ\psi
ω\omega

13. 连线

\overline{a+b+c+d}

\underline{a+b+c+d}

\overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0}

\hat{y} \check{y} \breve{y}

a + b + c + d ‾ , a + b + c + d ‾ , a + b + c ⎵ 1.0 + d ⏞ 2.0 , y ^ y ˇ y ˘ \overline{a+b+c+d} , \underline{a+b+c+d}, \overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0} , \hat{y} \check{y} \breve{y} a+b+c+d,a+b+c+d,a+1.0 b+c+d 2.0,y^yˇy˘

14. 集合运算符号

\emptyset \in \notin \subset \supset \subseteq \supseteq \bigcap \bigcup \bigvee \bigwedge \biguplus \bigsqcup

∅ ∈ ∉ ⊂ ⊃ ⊆ ⊇ ⋂ ⋃ ⋁ ⋀ ⨄ ⨆ \emptyset \in \notin \subset \supset \subseteq \supseteq \bigcap \bigcup \bigvee \bigwedge \biguplus \bigsqcup /

15. 算术运算符号

\pm \times \div \mid

± × ÷ ∣ \pm \times \div \mid ±×÷

16. 极限符号

$$\lim_{n\rightarrow+\infty}\frac{1}{n(n+1)}$$

lim ⁡ n → + ∞ 1 n ( n + 1 ) \lim_{n\rightarrow+\infty}\frac{1}{n(n+1)} n+limn(n+1)1

17. 对数函数符号

示例代码
ln15\ln15
log210\log_2 10
lg7\lg7

18. 三角函数符号

示例代码
sin\sin
cos\cos
cot\cot
tan\tan
csc\csc
sec\sec
30∘30^\circ

19. 逻辑运算符

代码示例
\because
\therefore
\forall
\not=
\exists
\not> ̸ > \not> ̸>
\not\subset⊄

参考文档
1 http://www.mohu.org/info/symbols/symbols.htm

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值