如何写
只要在公式的前后加入$$
符号,将需要输入的公式放到$$
中间,即 $各种公式$
就中了。
这玩意能搞出人命啊
矩阵
$$
\begin{pmatrix}
1 & a_1 & a_1^2 & \cdots & a_1^n \\
1 & a_2 & a_2^2 & \cdots & a_2^n \\
\vdots & \vdots & \vdots & \ddots & \vdots \\
1 & a_m & a_m^2 & \cdots & a_m^n \\
\end{pmatrix}
$$
函数
$y=f(x)$
$p(xy)=p(x|y)p(y)=p(y|x)p(x)$
上下标
$a^b$
$a_b$
$L^aT_eX$
E=mc^2
2^{256} - 2^{32} - 2^9 - 2^8 - 2^7 - 2^6 - 2^4 -1
化学
H~2~O
H2O
$\ce{SO4^2- + Ba^2+ -> BaSO4 v}$
分数
\frac{a}{ b}
$\frac{3+8a}{5b+6}$
开方
$\sqrt[a]{b}$
积分
\int{ }^{ }
$\int^5_1{f(x)}{\rm d}x$
正负无穷
\infty
正无穷 $+\infty$
负无穷 $-\infty$
极限
左箭头 $\lim_{n\rightarrow+\infty} n$
关系运算符
大于等于 $\geq$
小于等于 $\leq$
包含于 $\subset$
包含 $\supset$
属于 $\in$
二元运算符
加减 $\pm$
点乘 $\cdot$
乘 $\times$
除 $\div$
否定关系运算符
不等于 $\not=$
不小于 $\not<$
不包含 $\not\supset$
对数运算符
$\log$
$\log_2{18}$
$\ln$
三角运算符
垂直 $\bot$
角 $\angle$
30度角 $30^\circ$
正弦 $\sin$
余弦 $\cos$
正切 $\tan$
箭头
左箭头 $\leftarrow$
右箭头 $\rightarrow$
长箭头 $\longrightarrow$
上箭头 $\uparrow$
下箭头$\downarrow$
累加
$\sum_{ }^{ }$
$\sum{3x^n}$
$\sum_{n=1}^N{3x^n}$
累乘
\prod_{a}^{b}
累加号的上标下标的前后顺序可以互换
求和号
$\prod{3x^n}$
带范围求乘 $\prod_{n=1}^N{3x^n}$
其他
$nP = P + P + \cdots + P$
$a \equiv r(mod\ n)$
$n P = \underbrace{P + P + \cdots + P}_{n\ \text{times}}$
参考:
https://stackoverflow.com/questions/13208286/how-to-write-latex-in-ipython-notebook
http://liuchengxu.org/blog-cn/posts/quick-latex/
https://www.jianshu.com/p/bae90bf9e5d8
https://lixingcong.github.io/2016/04/04/LaTex-intro/
https://www.jianshu.com/p/ffe65adb2c12