常用数学公式示例
单行
代码语言:javascript复制$$ f(x)=x $$
代码语言:javascript复制$$
sum_i^n
sum_{i=0}^{n}
$$
代码语言:javascript复制$$ x^2 x_i $$
代码语言:javascript复制$$ lbrace a x rbrace $$
代码语言:javascript复制$$
f(x)=begin{cases}
1, & x>0\
0, & x=0\
-1, & x<0
end{cases}
$$
代码语言:javascript复制$$ langle x rangle $$
代码语言:javascript复制$$ lceil frac{x}{2} rceil $$
代码语言:javascript复制$$ lfloor x rfloor $
代码语言:javascript复制$$
lbrace sum_{i=0}^{n}i^{2}=frac{2a}{x^2 1} rbrace
$$
代码语言:javascript复制$$
leftlbrace
sum_{i=0}^{n}i^{2}=frac{2a}{x^2 1}
rightrbrace
$$
代码语言:javascript复制$$ int_{1}^{infty} $$
代码语言:javascript复制$$
prod_{1}^{n}
bigcup_{1}^{n}
iint_{1}^{n}
$$
代码语言:javascript复制$$
frac ab frac{1}{2} {a 1 over b 1}
$$
代码语言:javascript复制$$
sqrt[x 1 ]{(x 1)^2}
$$
代码语言:javascript复制$$ lim_{xto infty} $$
代码语言:javascript复制$$ x_nstackrel{p}longrightarrow0 $$
代码语言:javascript复制$$ vec{a} overrightarrow{a} $$
代码语言:javascript复制$$ hat y=ahat x b $$
代码语言:javascript复制$$ mathtt{X}' $$
代码语言:javascript复制$$
begin{matrix}
1 & 2 & 3 \
4 & 5 & 6 \
7 & 8 & 9
end{matrix} tag{1}
$$
$$
left{
begin{matrix}
1 & 2 & 3 \
4 & 5 & 6 \
7 & 8 & 9
end{matrix}
right} tag{2}
$$
$$
left[
begin{matrix}
1 & 2 & 3 \
4 & 5 & 6 \
7 & 8 & 9
end{matrix}
right] tag{3}
$$
$$
left[
begin{matrix}
1 & 2 & cdots & 4 \
7 & 6 & cdots & 5 \
vdots & vdots & ddots & vdots \
8 & 9 & cdots & 0 \
end{matrix}
right] tag{4}
$$
$$
left[
begin{array}{cc|c}
1 & 2 & 3 \
4 & 5 & 6
end{array}
right] tag{5}
$$
代码语言:javascript复制$$
begin{aligned}
a &= b c\
&= d e f
end{aligned}
$$
代码语言:javascript复制$$
prod_{{
begin{gathered}
1le i le n\
1le j le m
end{gathered}
}}
M_{i,j}
$$
代码语言:javascript复制$$
begin{aligned}
boxed{x^2 y^2 = z^2}
end{aligned}
$$
代码语言:javascript复制$$
z = overbrace{
underbrace{x}_text{real} i
underbrace{y}_text{imaginary}
}^text{complex number}
$$
代码语言:javascript复制$$
sum \
div \
cdot \
ast \
bigotimes \
bigoplus \
cdots \
lambda \
mu \
theta \
pi \
notin \
times
$$
- markdown数学公式(常用版介绍)
- Markdown中数学公式及符号整理