参考资料https://gavin_nicholas.coding.me/archives/

1. 如何输入括号和分隔符

()[]| 表示自己, {} 表示 {} 。当要显示大号的括号或分隔符时,要用 \left\right 命令。

例子:$$f(x,y,z) = 3y^2z \left( 3+\frac{7x+5}{1+y^2} \right)$$ ,显示:

\[f(x,y,z) = 3y^2z \left( 3+\frac{7x+5}{1+y^2} \right)
\]

有时候要用\left.\right.进行匹配而不显示本身。

例子:$$\left. \frac{ {\rm d}u}{ {\rm d}x} \right| _{x=0}$$,显示:

\[\left. \frac{ {\rm d}u}{ {\rm d}x} \right| _{x=0}
\]

1.1 偏导

$$\frac{\partial^{2}y}{\partial x^{2}}$$

\[\frac{\partial^{2}y}{\partial x^{2}}
\]

2. 运算符:

关系运算符 markdown语言 集合运算符 markdown语言
\(\pm\) $\pm$ \(\emptyset\) $\emptyset$
\(\times\) $\times$ \(\in\) $\in$
\(\div\) $\div$ \(\notin\) $\notin$
\(\mid\) $\mid$ \(\subset\) $\subset$
\(\nmid\) $\nmid$ \(\supset\) $\supset$
\(\cdot\) $\cdot$ \(\subseteq\) $\subseteq$
\(\circ\) $\circ$ \(\supseteq\) $\supseteq$
\(\ast\) $\ast$ \(\bigcap\) $\bigcap$
\(\bigodot\) $\bigodot$ \(\bigcup\) $\bigcup$
\(\bigotimes\) $\bigotimes$ \(\bigvee\) $\bigvee$
\(\bigoplus\) $\bigoplus$ \(\bigvee\) $\bigvee$
\(\leq\) $\leq$ \(\bigwedge\) $\bigwedge$
\(\geq\) $\geq$ \(\biguplus\) $\biguplus$
\(\neq\) $\neq$ \(\bigsqcup\) $\bigsqcup$
\(\approx\) $\approx$
\(\equiv\) $\equiv$ \(\ll\) $\ll$
\(\sum\) $\sum$
\(\prod\) $\prod$ \(\sim\) $\sim$
\(\coprod\) $\coprod$ \(\backsim\) $\backsim$
\(\prec\) \(\preceq\) \(\succ\) \(\succeq\) $\prec$ $\preceq$ $\succ$ $\succeq$
对数运算符 markdown语言 戴帽符号 markdown语言 连线符号 markdown语言
\(\log\) $\log$ \(\hat{y}\) $\hat{y}$ \(\overline{a+b+c+d}\) $\overline{a+b+c+d}$
\(\lg\) $\lg$ \(\check{y}\) $\check{y}$ \(\underline{a+b+c+d}\) $\underline{a+b+c+d}$
\(\ln\) $\ln$ \(\breve{y}\) $\breve{y}$ \(\overbrace{a+\underbrace{b+c}{1.0}+d}^{2.0}\) $\overbrace{a+\underbrace{b+c}{1.0}+d}^{2.0}$

三角运算符 markdown语言 微积分运算符 markdown语言 逻辑运算符 markdown语言
\(\bot\) $\bot$ \(\prime\) $\prime$ \(\because\) $\because$
\(\angle\) $\angle$ \(\int\) $\int$ \(\therefore\) $\therefore$
\(30^\circ\) $30^\circ$ \(\iint\) $\iint$ \(\forall\) $\forall$
\(\sin\) $\sin$ \(\iiint\) $\iiint$ \(\exists\) $\exists$
\(\cos\) $\cos$ \(\iiiint\) $\iiiint$ \(\not=\) $\not=$
\(\tan\) $\tan$ \(\oint\) $\oint$ \(\not>\) $\not>$
\(\cot\) $\cot$ \(\lim\) $\lim$ \(\not\subset\) $\not\subset$
\(\sec\) $\sec$ \(\infty\) $\infty$
\(\csc\) $\csc$ \(\nabla\) $\nabla$
箭头符号 markdown语言
\(\uparrow\) $\uparrow$
\(\downarrow\) $\downarrow$
\(\Uparrow\) $\Uparrow$
\(\Downarrow\) $\Downarrow$
\(\rightarrow\) $\rightarrow$
\(\leftarrow\) $\leftarrow$
\(\Rightarrow\) $\Rightarrow$
\(\Leftarrow\) $\Leftarrow$
\(\longrightarrow\) $\longrightarrow$
\(\longleftarrow\) $\longleftarrow$
\(\Longrightarrow\) $\Longrightarrow$
\(\Longleftarrow\) $\Longleftarrow$
\(f: {\mathbf x_t} \mapsto {\mathbf y_t}\) $f: {\mathbf x_t} \mapsto {\mathbf y_t}$
\(\Longleftrightarrow\) \Longleftrightarrow

更多关于箭头的符号见:MathJax 支持的 Latex 符号总结(各种箭头符号)


特殊符号

  • \(\boldsymbol{\hat y} = \boldsymbol{W} \boldsymbol{x}\) 的输入

    代码:
$\boldsymbol{\hat y} = \boldsymbol{W} \boldsymbol{x}$
  • \(\ell_p\) 范数: $\ell_p$

对于一些特殊的数学符号可以使用 \operatorname{} 或者 \text{} 来进行转换,如:$\text{cov}$$\operatorname{s.t.}$ 便显示为:\(\text{cov}\) 和 \(\operatorname{s.t.}\)

还有:

$A \xrightarrow{f} B \; a \; \bot b \; \overset{def}{=}$

\(A \xrightarrow{f} B \; a \; \bot b \; \overset{def}{=}\)

$$
\underset{x\in S\subseteq X}{\operatorname{arg\,max}}\, f(x) := \{x \mid x\in S \wedge \forall y \in S : f(y) \le f(x)\}.
$$

\[ \underset{x\in S\subseteq X}{\operatorname{arg\,max}}\, f(x) := \{x \mid x\in S \wedge \forall y \in S : f(y) \le f(x)\}.
\]

$$
\operatorname*{\arg\max}_{x\in S\subseteq X}\, f(x) := \{x \mid x\in S \wedge \forall y \in S : f(y) \le f(x)\}.
$$

\[\operatorname*{\arg\max}_{x \in S \subseteq X}\, f(x) := \{x \mid x\in S \wedge \forall y \in S : f(y) \le f(x)\}.
\]

对齐多行公式

$$
\begin{aligned}
a &= b^2 + c^2\\
&= w^3 + b
\end{aligned}
$$

显示:

\[\begin{aligned}
a &= b^2 + c^2\\
&= w^3 + b
\end{aligned}
\]

关于矩阵的语法

$$
\begin{Bmatrix}
1&2&3\\
4&5&6\\
7&8&9
\end{Bmatrix}
\tag{7}
$$

显示:

\[\begin{Bmatrix}
1&2&3\\
4&5&6\\
7&8&9
\end{Bmatrix}
\tag{7}
\]

更多矩阵设计:

$$
\begin{vmatrix}
1&2&3\\
4&5&6\\
7&8&9
\end{vmatrix}
\tag{8}
$$ $$
\begin{Vmatrix}
1&2&3\\
4&5&6\\
7&8&9
\end{Vmatrix}
\tag{9}
$$ $$
\bigl(
\begin{smallmatrix}
...
\end{smallmatrix}
\bigr)
$$ $$
\left[
\begin{array}{cc|c}
1 & 2 & 3 \\
4 & 5 & 6
\end{array}
\right] \tag{12}
$$

显示:

\[\begin{vmatrix}
1&2&3\\
4&5&6\\
7&8&9
\end{vmatrix}
\tag{8}
\]

\[\begin{Vmatrix}
1&2&3\\
4&5&6\\
7&8&9
\end{Vmatrix}
\tag{9}
\]

\[\bigl(
\begin{smallmatrix}
...
\end{smallmatrix}
\bigr)
\]

\[\left[
\begin{array}{cc|c}
1 & 2 & 3 \\
4 & 5 & 6
\end{array}
\right] \tag{12}
\]

Markdown公式(二)的更多相关文章

  1. Markdown公式编辑

    一.公式使用参考 1.如何插入公式 行中公式(放在文中与其它文字混编)可以用如下方法表示:$ 数学公式 $ 独立公式可以用如下方法表示:$$ 数学公式 $$ 自动编号的公式可以用如下方法表示: 若需要 ...

  2. Markdown 公式整理

    Cmd Markdown 公式指导手册 摘自:Cmd Markdown 公式指导手册 - 作业部落 Cmd Markdown 编辑阅读器 Cmd Markdown 简明语法手册 Cmd Markdow ...

  3. Markdown公式编辑学习笔记

    一.公式使用参考 1.如何插入公式 行中公式(放在文中与其它文字混编)可以用如下方法表示:$ 数学公式 $ 独立公式可以用如下方法表示:$$ 数学公式 $$ 自动编号的公式可以用如下方法表示: 若需要 ...

  4. 【转载】Cmd Markdown 公式指导手册

    目录 Cmd Markdown 公式指导手册 一.公式使用参考 1.如何插入公式 2.如何输入上下标 3.如何输入括号和分隔符 4.如何输入分数 5.如何输入开方 6.如何输入省略号 7.如何输入矢量 ...

  5. markdown公式指导手册

    #Cmd Markdown 公式指导手册 标签: Tutorial 转载于https://www.zybuluo.com/codeep/note/163962#1%E5%A6%82%E4%BD%95% ...

  6. 常用Markdown公式整理 && 页内跳转注意 && Markdown preview

    目录: 常用Markdown公式及注意事项 标题 列表 链接 区块 代码块 / 引用  粗体和斜体 文字块 图片 表格 横线 页内跳转注意事项 其他重要需注意 Markdown preview 前提: ...

  7. [转]Markdown 公式指导手册(包含LaTeX)

    Cmd Markdown 公式指导手册 本文为转载文章,并且由于LaTeX的可能不能全部兼容,所以可能有部分公式无法在博客园显示,可以移步原网站. 本文固定链接: https://www.zybulu ...

  8. markdown 公式编写及不同平台公式转换

    1.markdown 用法及公式编写,这块就不再重复,已有很多官方平台的文档说明很完善 有道云markdown写作文档 在博客园中插入公式 markdown公式输入(特殊符号) markdown 特殊 ...

  9. Markdown 公式指导手册

    本文为 Markdown 环境下的常用语法指引.Typora 编辑阅读器支持 \(\LaTeX\) 编辑显示支持,例如:\(\sum_{i=1}^n a_i=0\),访问 MathJax 以参考更多使 ...

随机推荐

  1. [HAOI2008]排名系统 & [Zjoi2006]GameZ游戏排名系统 BZOJ1862&BZOJ1056

    分析: 平衡树裸题,(学完LCT感觉自己不会普通的Splay了...),维护每个节点的权值大小顺序,和时间戳顺序,之后map维护一下是否存在过,(懒得写字符串hash了). 附上代码: #includ ...

  2. Cloud Foundry 组件

    原文:https://blog.csdn.net/little_crab_0924/article/details/78022391 Cloud Foundry 组件概述 Cloud Foundry ...

  3. 2017-2018 Exp1 PC平台逆向破解 20155214

    目录 Exp1 PC平台逆向破解 实验内容 知识点 官方源 中科大源 上海交大的源 新加坡源 debain源 debian安全更新源 163源的地址 阿里云kali源 启发 评论 Exp1 PC平台逆 ...

  4. 20155216 Exp8 WEB基础实践

    Exp8 WEB基础实践 实践内容 Apache环境配置 apache是kali下的web服务器,通过访问 ip地址+端口号+文件名称 打开对应的网页. 输入命令 vi /etc/apache2/po ...

  5. 20155317《网络对抗》Exp4 恶意代码分析

    20155317<网络对抗>Exp4 恶意代码分析 基础问题回答 如果在工作中怀疑一台主机上有恶意代码,但只是猜想,所有想监控下系统一天天的到底在干些什么.请设计下你想监控的操作有哪些,用 ...

  6. VS与Opencv的亲密接触之安装配置过程

    最近想把FPGA采集的图像,上传到上位机显示,看到Opencv能帮大忙,所以就折腾折腾! 我用的是VS2012和opencv-2.4.10-2.4.10(目前的最新版本),那个版本无所谓,本文都将适用 ...

  7. W25Q128---读写

    占坑! 总结:通信方式是SPI,读数据可以从任何地方读,写数据和擦出数据需要按照页或者扇区或者簇为单位进行. 写数据:一次最多写一页,如果超出一页数据长度,则分几次完成.例如本芯片一个扇区为4096个 ...

  8. P2371 [国家集训队]墨墨的等式

    膜意义下最短路. 把最小的\(a\)抠出来,作为模数\(mod\),然后建点编号为\(0\)到\(mod-1\),对每个数\(a\)连边\((i,(a+i)\mod mod)\)点\(i\)的最短路就 ...

  9. [CF1039D]You Are Given a Tree[贪心+根号分治]

    题意 给你\(n\)个点的树,其中一个简单路径的集合被称为\(k\)合法当且仅当树的每个节点最多属于一条路径,且每条路径包含\(k\)个节点.对于每个\(k(k \in [1,n])\),输出最多的\ ...

  10. Linux 入门记录:十二、Linux 权限机制

    一.权限 权限是操作系统用来限制资源访问的机制,权限一般分为读.写.执行. 系统中每个文件都拥有特定的权限.所属用户及所属组,通过这样的机制来限制哪些用户.哪些组可以对特定的文件进行什么样的操作. 每 ...