From 86a95edb27c3db4344afadbe651a404176d0184b Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Mon, 9 Jan 2017 14:43:39 +0800 Subject: [PATCH] pic --- 3.4.md | 342 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 171 insertions(+), 171 deletions(-) diff --git a/3.4.md b/3.4.md index c5b88ba..3270b59 100644 --- a/3.4.md +++ b/3.4.md @@ -365,21 +365,21 @@ s(t) = \mathcal{A}\/\sin(2 \omega t) | 命令 | 结果 | | --- | --- | -| `\mathrm{Roman}` | ![](../_images/mathmpl/math-89f87a2f0c.png) | -| `\mathit{Italic}` | ![](../_images/mathmpl/math-968de0e26b.png) | -| `\mathtt{Typewriter}` | ![](../_images/mathmpl/math-ca3f612baa.png) | -| `\mathcal{CALLIGRAPHY}` | ![](../_images/mathmpl/math-1f62587cf2.png) | +| `\mathrm{Roman}` | ![](http://matplotlib.org/_images/mathmpl/math-89f87a2f0c.png) | +| `\mathit{Italic}` | ![](http://matplotlib.org/_images/mathmpl/math-968de0e26b.png) | +| `\mathtt{Typewriter}` | ![](http://matplotlib.org/_images/mathmpl/math-ca3f612baa.png) | +| `\mathcal{CALLIGRAPHY}` | ![](http://matplotlib.org/_images/mathmpl/math-1f62587cf2.png) | 使用 STIX 字体时,你也可以选择: | 命令 | 结果 | | --- | --- | -| `\mathbb{blackboard}` | ![](../_images/mathmpl/math-a12676f03f.png) | -| `\mathrm{\mathbb{blackboard}}` | ![](../_images/mathmpl/math-014e74dc81.png) | -| `\mathfrak{Fraktur}` | ![](../_images/mathmpl/math-4f55ade322.png) | -| `\mathsf{sansserif}` | ![](../_images/mathmpl/math-e9444fe0c8.png) | -| `\mathrm{\mathsf{sansserif}}` | ![](../_images/mathmpl/math-c3a13bbc63.png) | -| `\mathcircled{circled}` | ![](../_images/mathmpl/math-e82daa3fb7.png) | +| `\mathbb{blackboard}` | ![](http://matplotlib.org/_images/mathmpl/math-a12676f03f.png) | +| `\mathrm{\mathbb{blackboard}}` | ![](http://matplotlib.org/_images/mathmpl/math-014e74dc81.png) | +| `\mathfrak{Fraktur}` | ![](http://matplotlib.org/_images/mathmpl/math-4f55ade322.png) | +| `\mathsf{sansserif}` | ![](http://matplotlib.org/_images/mathmpl/math-e9444fe0c8.png) | +| `\mathrm{\mathsf{sansserif}}` | ![](http://matplotlib.org/_images/mathmpl/math-c3a13bbc63.png) | +| `\mathcircled{circled}` | ![](http://matplotlib.org/_images/mathmpl/math-e82daa3fb7.png) | 还有三个全局『字体集』可供选择,它们使用`matplotlibrc`中的`mathtext.fontset`参数进行选择。 @@ -422,23 +422,23 @@ mathtext 还提供了一种对数学公式使用自定义字体的方法。 这 | 命令 | 结果 | | --- | --- | -| `\acute a` 或 `\'a` | ![](../_images/mathmpl/math-fac074d098.png) | -| `\bar a` | ![](../_images/mathmpl/math-b7c546c13f.png) | -| `\breve a` | ![](../_images/mathmpl/math-88814f8d66.png) | -| `\ddot a` 或 `\"a` | ![](../_images/mathmpl/math-adb99bedc4.png) | -| `\dot a` 或 `\.a` | ![](../_images/mathmpl/math-b5496f6786.png) | -| `\grave a` 或 `\`a` | ![](../_images/mathmpl/math-54cbc28bce.png) | -| `\hat a` 或 `\^a` | ![](../_images/mathmpl/math-16da2c10a1.png) | -| `\tilde a` 或 `\~a` | ![](../_images/mathmpl/math-3a8b2e99d6.png) | -| `\vec a` | ![](../_images/mathmpl/math-be2ea18bef.png) | -| `\overline{abc}` | ![](../_images/mathmpl/math-75e95f3f2b.png) | +| `\acute a` 或 `\'a` | ![](http://matplotlib.org/_images/mathmpl/math-fac074d098.png) | +| `\bar a` | ![](http://matplotlib.org/_images/mathmpl/math-b7c546c13f.png) | +| `\breve a` | ![](http://matplotlib.org/_images/mathmpl/math-88814f8d66.png) | +| `\ddot a` 或 `\"a` | ![](http://matplotlib.org/_images/mathmpl/math-adb99bedc4.png) | +| `\dot a` 或 `\.a` | ![](http://matplotlib.org/_images/mathmpl/math-b5496f6786.png) | +| `\grave a` 或 `\`a` | ![](http://matplotlib.org/_images/mathmpl/math-54cbc28bce.png) | +| `\hat a` 或 `\^a` | ![](http://matplotlib.org/_images/mathmpl/math-16da2c10a1.png) | +| `\tilde a` 或 `\~a` | ![](http://matplotlib.org/_images/mathmpl/math-3a8b2e99d6.png) | +| `\vec a` | ![](http://matplotlib.org/_images/mathmpl/math-be2ea18bef.png) | +| `\overline{abc}` | ![](http://matplotlib.org/_images/mathmpl/math-75e95f3f2b.png) | 另外有两个特殊的重音符号,可以自动调整为符号的宽度: | 命令 | 结果 | | --- | --- | -| `\widehat{xyz}` | ![](../_images/mathmpl/math-8e4b9eb82b.png) | -| `\widetilde{xyz}` | ![](../_images/mathmpl/math-bf67fbdaae.png) | +| `\widehat{xyz}` | ![](http://matplotlib.org/_images/mathmpl/math-8e4b9eb82b.png) | +| `\widetilde{xyz}` | ![](http://matplotlib.org/_images/mathmpl/math-bf67fbdaae.png) | 当把重音放在小写的`i`和`j`上时应该小心。 注意下面的`\imath`用来避免`i`上额外的点: @@ -455,180 +455,180 @@ r"$\hat i\ \ \hat \imath$" | 小写希腊字母 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-5149852f08.png) `\alpha` | ![](../_images/mathmpl/math-59ed813421.png) `\beta` | ![](../_images/mathmpl/math-7d54d13fc9.png) `\chi` | ![](../_images/mathmpl/math-e15357ad29.png) `\delta` | ![](../_images/mathmpl/math-41188a0c1b.png) `\digamma` | -| ![](../_images/mathmpl/math-21b6ff3aa7.png) `\epsilon` | ![](../_images/mathmpl/math-0fa258552e.png) `\eta` | ![](../_images/mathmpl/math-ae65c1de79.png) `\gamma` | ![](../_images/mathmpl/math-ff6a67483e.png) `\iota` | ![](../_images/mathmpl/math-436efe52d1.png) `\kappa` | -| ![](../_images/mathmpl/math-3642ca147d.png) `\lambda` | ![](../_images/mathmpl/math-3488de1d0a.png) `\mu` | ![](../_images/mathmpl/math-79a0df421c.png) `\nu` | ![](../_images/mathmpl/math-b555ccd28d.png) `\omega` | ![](../_images/mathmpl/math-e22cc525ec.png) `\phi` | -| ![](../_images/mathmpl/math-2c7a9dac6d.png) `\pi` | ![](../_images/mathmpl/math-3fc9142b1d.png) `\psi` | ![](../_images/mathmpl/math-f2e3547a85.png) `\rho` | ![](../_images/mathmpl/math-293c147d21.png) `\sigma` | ![](../_images/mathmpl/math-f970af607c.png) `\tau` | -| ![](../_images/mathmpl/math-5dc8912759.png) `\theta` | ![](../_images/mathmpl/math-ac7cfff3a1.png) `\upsilon` | ![](../_images/mathmpl/math-a88976d8dd.png) `\varepsilon` | ![](../_images/mathmpl/math-67a8f5ca79.png) `\varkappa` | ![](../_images/mathmpl/math-a79325da6f.png) `\varphi` | -| ![](../_images/mathmpl/math-5e94f6d1ef.png) `\varpi` | ![](../_images/mathmpl/math-d6c1d2bb14.png) `\varrho` | ![](../_images/mathmpl/math-92fc1ff85f.png) `\varsigma` | ![](../_images/mathmpl/math-d11bf19a50.png) `\vartheta` | ![](../_images/mathmpl/math-1859062b14.png) `\xi` | -| ![](../_images/mathmpl/math-d51bb4d6d4.png) `\zeta` | +| ![](http://matplotlib.org/_images/mathmpl/math-5149852f08.png) `\alpha` | ![](http://matplotlib.org/_images/mathmpl/math-59ed813421.png) `\beta` | ![](http://matplotlib.org/_images/mathmpl/math-7d54d13fc9.png) `\chi` | ![](http://matplotlib.org/_images/mathmpl/math-e15357ad29.png) `\delta` | ![](http://matplotlib.org/_images/mathmpl/math-41188a0c1b.png) `\digamma` | +| ![](http://matplotlib.org/_images/mathmpl/math-21b6ff3aa7.png) `\epsilon` | ![](http://matplotlib.org/_images/mathmpl/math-0fa258552e.png) `\eta` | ![](http://matplotlib.org/_images/mathmpl/math-ae65c1de79.png) `\gamma` | ![](http://matplotlib.org/_images/mathmpl/math-ff6a67483e.png) `\iota` | ![](http://matplotlib.org/_images/mathmpl/math-436efe52d1.png) `\kappa` | +| ![](http://matplotlib.org/_images/mathmpl/math-3642ca147d.png) `\lambda` | ![](http://matplotlib.org/_images/mathmpl/math-3488de1d0a.png) `\mu` | ![](http://matplotlib.org/_images/mathmpl/math-79a0df421c.png) `\nu` | ![](http://matplotlib.org/_images/mathmpl/math-b555ccd28d.png) `\omega` | ![](http://matplotlib.org/_images/mathmpl/math-e22cc525ec.png) `\phi` | +| ![](http://matplotlib.org/_images/mathmpl/math-2c7a9dac6d.png) `\pi` | ![](http://matplotlib.org/_images/mathmpl/math-3fc9142b1d.png) `\psi` | ![](http://matplotlib.org/_images/mathmpl/math-f2e3547a85.png) `\rho` | ![](http://matplotlib.org/_images/mathmpl/math-293c147d21.png) `\sigma` | ![](http://matplotlib.org/_images/mathmpl/math-f970af607c.png) `\tau` | +| ![](http://matplotlib.org/_images/mathmpl/math-5dc8912759.png) `\theta` | ![](http://matplotlib.org/_images/mathmpl/math-ac7cfff3a1.png) `\upsilon` | ![](http://matplotlib.org/_images/mathmpl/math-a88976d8dd.png) `\varepsilon` | ![](http://matplotlib.org/_images/mathmpl/math-67a8f5ca79.png) `\varkappa` | ![](http://matplotlib.org/_images/mathmpl/math-a79325da6f.png) `\varphi` | +| ![](http://matplotlib.org/_images/mathmpl/math-5e94f6d1ef.png) `\varpi` | ![](http://matplotlib.org/_images/mathmpl/math-d6c1d2bb14.png) `\varrho` | ![](http://matplotlib.org/_images/mathmpl/math-92fc1ff85f.png) `\varsigma` | ![](http://matplotlib.org/_images/mathmpl/math-d11bf19a50.png) `\vartheta` | ![](http://matplotlib.org/_images/mathmpl/math-1859062b14.png) `\xi` | +| ![](http://matplotlib.org/_images/mathmpl/math-d51bb4d6d4.png) `\zeta` | | 大写希腊字母 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-e3168b0fff.png) `\Delta` | ![](../_images/mathmpl/math-4eacc6ba71.png) `\Gamma` | ![](../_images/mathmpl/math-a57791e0e2.png) `\Lambda` | ![](../_images/mathmpl/math-28d3e90e31.png) `\Omega` | ![](../_images/mathmpl/math-cebfe4186d.png) `\Phi` | ![](../_images/mathmpl/math-3b938a5601.png) `\Pi` | -| ![](../_images/mathmpl/math-d44376b8c3.png) `\Psi` | ![](../_images/mathmpl/math-076bf05243.png) `\Sigma` | ![](../_images/mathmpl/math-98c28d2d1b.png) `\Theta` | ![](../_images/mathmpl/math-43a44ec8e4.png) `\Upsilon` | ![](../_images/mathmpl/math-376450e92a.png) `\Xi` | ![](../_images/mathmpl/math-ab04245089.png) `\mho` | -| ![](../_images/mathmpl/math-9544659959.png) `\nabla` | +| ![](http://matplotlib.org/_images/mathmpl/math-e3168b0fff.png) `\Delta` | ![](http://matplotlib.org/_images/mathmpl/math-4eacc6ba71.png) `\Gamma` | ![](http://matplotlib.org/_images/mathmpl/math-a57791e0e2.png) `\Lambda` | ![](http://matplotlib.org/_images/mathmpl/math-28d3e90e31.png) `\Omega` | ![](http://matplotlib.org/_images/mathmpl/math-cebfe4186d.png) `\Phi` | ![](http://matplotlib.org/_images/mathmpl/math-3b938a5601.png) `\Pi` | +| ![](http://matplotlib.org/_images/mathmpl/math-d44376b8c3.png) `\Psi` | ![](http://matplotlib.org/_images/mathmpl/math-076bf05243.png) `\Sigma` | ![](http://matplotlib.org/_images/mathmpl/math-98c28d2d1b.png) `\Theta` | ![](http://matplotlib.org/_images/mathmpl/math-43a44ec8e4.png) `\Upsilon` | ![](http://matplotlib.org/_images/mathmpl/math-376450e92a.png) `\Xi` | ![](http://matplotlib.org/_images/mathmpl/math-ab04245089.png) `\mho` | +| ![](http://matplotlib.org/_images/mathmpl/math-9544659959.png) `\nabla` | | 希伯来文 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-d115134b0c.png) `\aleph` | ![](../_images/mathmpl/math-b1d46891d0.png) `\beth` | ![](../_images/mathmpl/math-ad0c7d5fd3.png) `\daleth` | ![](../_images/mathmpl/math-4a68c72624.png) `\gimel` | +| ![](http://matplotlib.org/_images/mathmpl/math-d115134b0c.png) `\aleph` | ![](http://matplotlib.org/_images/mathmpl/math-b1d46891d0.png) `\beth` | ![](http://matplotlib.org/_images/mathmpl/math-ad0c7d5fd3.png) `\daleth` | ![](http://matplotlib.org/_images/mathmpl/math-4a68c72624.png) `\gimel` | | 分隔符 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-9d750cc7d9.png) `/` | ![](../_images/mathmpl/math-1f9db75fdb.png) `[` | ![](../_images/mathmpl/math-0c8ba18b43.png) `\Downarrow` | ![](../_images/mathmpl/math-d00ab41d80.png) `\Uparrow` | ![](../_images/mathmpl/math-2480720752.png) `\Vert` | ![](../_images/mathmpl/math-b6a35dc0d4.png) `\backslash` | -| ![](../_images/mathmpl/math-56b7078922.png) `\downarrow` | ![](../_images/mathmpl/math-46c392f788.png) `\langle` | ![](../_images/mathmpl/math-6c35839641.png) `\lceil` | ![](../_images/mathmpl/math-145ca7a5e7.png) `\lfloor` | ![](../_images/mathmpl/math-554199c05b.png) `\llcorner` | ![](../_images/mathmpl/math-057e1a984d.png) `\lrcorner` | -| ![](../_images/mathmpl/math-ef94320557.png) `\rangle` | ![](../_images/mathmpl/math-cbd4824a55.png) `\rceil` | ![](../_images/mathmpl/math-c8d83de344.png) `\rfloor` | ![](../_images/mathmpl/math-de64de5819.png) `\ulcorner` | ![](../_images/mathmpl/math-f1bfb0bbf7.png) `\uparrow` | ![](../_images/mathmpl/math-4f8107394b.png) `\urcorner` | -| ![](../_images/mathmpl/math-e12e277d39.png) `\vert` | ![](../_images/mathmpl/math-f81f19a962.png) `\{` | ![](../_images/mathmpl/math-ee61bb7cf9.png) `\|` | ![](../_images/mathmpl/math-19097cff83.png) `\}` | ![](../_images/mathmpl/math-d35c7fd4db.png) `]` | ![](../_images/mathmpl/math-dfa04fb947.png) `|` | +| ![](http://matplotlib.org/_images/mathmpl/math-9d750cc7d9.png) `/` | ![](http://matplotlib.org/_images/mathmpl/math-1f9db75fdb.png) `[` | ![](http://matplotlib.org/_images/mathmpl/math-0c8ba18b43.png) `\Downarrow` | ![](http://matplotlib.org/_images/mathmpl/math-d00ab41d80.png) `\Uparrow` | ![](http://matplotlib.org/_images/mathmpl/math-2480720752.png) `\Vert` | ![](http://matplotlib.org/_images/mathmpl/math-b6a35dc0d4.png) `\backslash` | +| ![](http://matplotlib.org/_images/mathmpl/math-56b7078922.png) `\downarrow` | ![](http://matplotlib.org/_images/mathmpl/math-46c392f788.png) `\langle` | ![](http://matplotlib.org/_images/mathmpl/math-6c35839641.png) `\lceil` | ![](http://matplotlib.org/_images/mathmpl/math-145ca7a5e7.png) `\lfloor` | ![](http://matplotlib.org/_images/mathmpl/math-554199c05b.png) `\llcorner` | ![](http://matplotlib.org/_images/mathmpl/math-057e1a984d.png) `\lrcorner` | +| ![](http://matplotlib.org/_images/mathmpl/math-ef94320557.png) `\rangle` | ![](http://matplotlib.org/_images/mathmpl/math-cbd4824a55.png) `\rceil` | ![](http://matplotlib.org/_images/mathmpl/math-c8d83de344.png) `\rfloor` | ![](http://matplotlib.org/_images/mathmpl/math-de64de5819.png) `\ulcorner` | ![](http://matplotlib.org/_images/mathmpl/math-f1bfb0bbf7.png) `\uparrow` | ![](http://matplotlib.org/_images/mathmpl/math-4f8107394b.png) `\urcorner` | +| ![](http://matplotlib.org/_images/mathmpl/math-e12e277d39.png) `\vert` | ![](http://matplotlib.org/_images/mathmpl/math-f81f19a962.png) `\{` | ![](http://matplotlib.org/_images/mathmpl/math-ee61bb7cf9.png) `\|` | ![](http://matplotlib.org/_images/mathmpl/math-19097cff83.png) `\}` | ![](http://matplotlib.org/_images/mathmpl/math-d35c7fd4db.png) `]` | ![](http://matplotlib.org/_images/mathmpl/math-dfa04fb947.png) `|` | | 大型符号 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-db9b9e0126.png) `\bigcap` | ![](../_images/mathmpl/math-52ee117ecd.png) `\bigcup` | ![](../_images/mathmpl/math-a31bc74ee2.png) `\bigodot` | ![](../_images/mathmpl/math-011efae7a0.png) `\bigoplus` | ![](../_images/mathmpl/math-e8cf7f5844.png) `\bigotimes` | -| ![](../_images/mathmpl/math-8f896d9410.png) `\biguplus` | ![](../_images/mathmpl/math-1de8afe642.png) `\bigvee` | ![](../_images/mathmpl/math-888740ee66.png) `\bigwedge` | ![](../_images/mathmpl/math-1bb3130224.png) `\coprod` | ![](../_images/mathmpl/math-1610e87ea8.png) `\int` | -| ![](../_images/mathmpl/math-ce75170225.png) `\oint` | ![](../_images/mathmpl/math-e661b1289d.png) `\prod` | ![](../_images/mathmpl/math-f6fb720d82.png) `\sum` | +| ![](http://matplotlib.org/_images/mathmpl/math-db9b9e0126.png) `\bigcap` | ![](http://matplotlib.org/_images/mathmpl/math-52ee117ecd.png) `\bigcup` | ![](http://matplotlib.org/_images/mathmpl/math-a31bc74ee2.png) `\bigodot` | ![](http://matplotlib.org/_images/mathmpl/math-011efae7a0.png) `\bigoplus` | ![](http://matplotlib.org/_images/mathmpl/math-e8cf7f5844.png) `\bigotimes` | +| ![](http://matplotlib.org/_images/mathmpl/math-8f896d9410.png) `\biguplus` | ![](http://matplotlib.org/_images/mathmpl/math-1de8afe642.png) `\bigvee` | ![](http://matplotlib.org/_images/mathmpl/math-888740ee66.png) `\bigwedge` | ![](http://matplotlib.org/_images/mathmpl/math-1bb3130224.png) `\coprod` | ![](http://matplotlib.org/_images/mathmpl/math-1610e87ea8.png) `\int` | +| ![](http://matplotlib.org/_images/mathmpl/math-ce75170225.png) `\oint` | ![](http://matplotlib.org/_images/mathmpl/math-e661b1289d.png) `\prod` | ![](http://matplotlib.org/_images/mathmpl/math-f6fb720d82.png) `\sum` | | 标准函数名称 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-a174a79fa7.png) `\Pr` | ![](../_images/mathmpl/math-c7d2b9a8fd.png) `\arccos` | ![](../_images/mathmpl/math-bab33d6e68.png) `\arcsin` | ![](../_images/mathmpl/math-f8ee41a28a.png) `\arctan` | -| ![](../_images/mathmpl/math-510e2aecba.png) `\arg` | ![](../_images/mathmpl/math-a539c63e58.png) `\cos` | ![](../_images/mathmpl/math-46d99aa165.png) `\cosh` | ![](../_images/mathmpl/math-06c793e494.png) `\cot` | -| ![](../_images/mathmpl/math-993151c5de.png) `\coth` | ![](../_images/mathmpl/math-c72f36312c.png) `\csc` | ![](../_images/mathmpl/math-efdcd0e7c3.png) `\deg` | ![](../_images/mathmpl/math-a4f974e6ac.png) `\det` | -| ![](../_images/mathmpl/math-4ceaca4089.png) `\dim` | ![](../_images/mathmpl/math-9b8a721035.png) `\exp` | ![](../_images/mathmpl/math-705a921d5a.png) `\gcd` | ![](../_images/mathmpl/math-ec200f4f3a.png) `\hom` | -| ![](../_images/mathmpl/math-d78d7b5c1b.png) `\inf` | ![](../_images/mathmpl/math-9c3c23a23d.png) `\ker` | ![](../_images/mathmpl/math-0c0d015405.png) `\lg` | ![](../_images/mathmpl/math-441aa359eb.png) `\lim` | -| ![](../_images/mathmpl/math-2f010c89dd.png) `\liminf` | ![](../_images/mathmpl/math-a9a0109ea9.png) `\limsup` | ![](../_images/mathmpl/math-a5edc7016a.png) `\ln` | ![](../_images/mathmpl/math-e5cdb1d314.png) `\log` | -| ![](../_images/mathmpl/math-fb64cdd50f.png) `\max` | ![](../_images/mathmpl/math-bf7d25e347.png) `\min` | ![](../_images/mathmpl/math-a0b5414d31.png) `\sec` | ![](../_images/mathmpl/math-d8d19f17ef.png) `\sin` | -| ![](../_images/mathmpl/math-fce9663ad9.png) `\sinh` | ![](../_images/mathmpl/math-358f2a2131.png) `\sup` | ![](../_images/mathmpl/math-fb3512b848.png) `\tan` | ![](../_images/mathmpl/math-8e6df07c24.png) `\tanh` | +| ![](http://matplotlib.org/_images/mathmpl/math-a174a79fa7.png) `\Pr` | ![](http://matplotlib.org/_images/mathmpl/math-c7d2b9a8fd.png) `\arccos` | ![](http://matplotlib.org/_images/mathmpl/math-bab33d6e68.png) `\arcsin` | ![](http://matplotlib.org/_images/mathmpl/math-f8ee41a28a.png) `\arctan` | +| ![](http://matplotlib.org/_images/mathmpl/math-510e2aecba.png) `\arg` | ![](http://matplotlib.org/_images/mathmpl/math-a539c63e58.png) `\cos` | ![](http://matplotlib.org/_images/mathmpl/math-46d99aa165.png) `\cosh` | ![](http://matplotlib.org/_images/mathmpl/math-06c793e494.png) `\cot` | +| ![](http://matplotlib.org/_images/mathmpl/math-993151c5de.png) `\coth` | ![](http://matplotlib.org/_images/mathmpl/math-c72f36312c.png) `\csc` | ![](http://matplotlib.org/_images/mathmpl/math-efdcd0e7c3.png) `\deg` | ![](http://matplotlib.org/_images/mathmpl/math-a4f974e6ac.png) `\det` | +| ![](http://matplotlib.org/_images/mathmpl/math-4ceaca4089.png) `\dim` | ![](http://matplotlib.org/_images/mathmpl/math-9b8a721035.png) `\exp` | ![](http://matplotlib.org/_images/mathmpl/math-705a921d5a.png) `\gcd` | ![](http://matplotlib.org/_images/mathmpl/math-ec200f4f3a.png) `\hom` | +| ![](http://matplotlib.org/_images/mathmpl/math-d78d7b5c1b.png) `\inf` | ![](http://matplotlib.org/_images/mathmpl/math-9c3c23a23d.png) `\ker` | ![](http://matplotlib.org/_images/mathmpl/math-0c0d015405.png) `\lg` | ![](http://matplotlib.org/_images/mathmpl/math-441aa359eb.png) `\lim` | +| ![](http://matplotlib.org/_images/mathmpl/math-2f010c89dd.png) `\liminf` | ![](http://matplotlib.org/_images/mathmpl/math-a9a0109ea9.png) `\limsup` | ![](http://matplotlib.org/_images/mathmpl/math-a5edc7016a.png) `\ln` | ![](http://matplotlib.org/_images/mathmpl/math-e5cdb1d314.png) `\log` | +| ![](http://matplotlib.org/_images/mathmpl/math-fb64cdd50f.png) `\max` | ![](http://matplotlib.org/_images/mathmpl/math-bf7d25e347.png) `\min` | ![](http://matplotlib.org/_images/mathmpl/math-a0b5414d31.png) `\sec` | ![](http://matplotlib.org/_images/mathmpl/math-d8d19f17ef.png) `\sin` | +| ![](http://matplotlib.org/_images/mathmpl/math-fce9663ad9.png) `\sinh` | ![](http://matplotlib.org/_images/mathmpl/math-358f2a2131.png) `\sup` | ![](http://matplotlib.org/_images/mathmpl/math-fb3512b848.png) `\tan` | ![](http://matplotlib.org/_images/mathmpl/math-8e6df07c24.png) `\tanh` | | 二元运算符和关系符号 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-f610b8e469.png) `\Bumpeq` | ![](../_images/mathmpl/math-2a327a85e8.png) `\Cap` | ![](../_images/mathmpl/math-0fbbe481d0.png) `\Cup` | -| ![](../_images/mathmpl/math-2303577dee.png) `\Doteq` | ![](../_images/mathmpl/math-70e89758da.png) `\Join` | ![](../_images/mathmpl/math-3d85215bfa.png) `\Subset` | -| ![](../_images/mathmpl/math-191c6ba7fa.png) `\Supset` | ![](../_images/mathmpl/math-219444d8f5.png) `\Vdash` | ![](../_images/mathmpl/math-7db176731c.png) `\Vvdash` | -| ![](../_images/mathmpl/math-c957a5ae9f.png) `\approx` | ![](../_images/mathmpl/math-cf8f5e2275.png) `\approxeq` | ![](../_images/mathmpl/math-4ea8b1e13e.png) `\ast` | -| ![](../_images/mathmpl/math-23c4970a1a.png) `\asymp` | ![](../_images/mathmpl/math-ea0303ad72.png) `\backepsilon` | ![](../_images/mathmpl/math-b1d77626bb.png) `\backsim` | -| ![](../_images/mathmpl/math-af3bc8ac21.png) `\backsimeq` | ![](../_images/mathmpl/math-71771b9385.png) `\barwedge` | ![](../_images/mathmpl/math-937e2c148d.png) `\because` | -| ![](../_images/mathmpl/math-51ae43b24b.png) `\between` | ![](../_images/mathmpl/math-3b72c12de0.png) `\bigcirc` | ![](../_images/mathmpl/math-e98739824f.png) `\bigtriangledown` | -| ![](../_images/mathmpl/math-52ddd6655e.png) `\bigtriangleup` | ![](../_images/mathmpl/math-679967c920.png) `\blacktriangleleft` | ![](../_images/mathmpl/math-2ff97d8581.png) `\blacktriangleright` | -| ![](../_images/mathmpl/math-d2bc160257.png) `\bot` | ![](../_images/mathmpl/math-88c0703f35.png) `\bowtie` | ![](../_images/mathmpl/math-0cc3cb6c41.png) `\boxdot` | -| ![](../_images/mathmpl/math-b5a379f4e8.png) `\boxminus` | ![](../_images/mathmpl/math-3e25be9041.png) `\boxplus` | ![](../_images/mathmpl/math-d3219d7443.png) `\boxtimes` | -| ![](../_images/mathmpl/math-ef7a046183.png) `\bullet` | ![](../_images/mathmpl/math-c5baac4e57.png) `\bumpeq` | ![](../_images/mathmpl/math-f0c7f8f01c.png) `\cap` | -| ![](../_images/mathmpl/math-5a90bc5099.png) `\cdot` | ![](../_images/mathmpl/math-f9b0df773f.png) `\circ` | ![](../_images/mathmpl/math-5af298e692.png) `\circeq` | -| ![](../_images/mathmpl/math-e4d9d4c64b.png) `\coloneq` | ![](../_images/mathmpl/math-b43c061111.png) `\cong` | ![](../_images/mathmpl/math-20b287ac85.png) `\cup` | -| ![](../_images/mathmpl/math-c0df1e9b19.png) `\curlyeqprec` | ![](../_images/mathmpl/math-995f666935.png) `\curlyeqsucc` | ![](../_images/mathmpl/math-615de138a6.png) `\curlyvee` | -| ![](../_images/mathmpl/math-5af1fa6042.png) `\curlywedge` | ![](../_images/mathmpl/math-9b12241d0c.png) `\dag` | ![](../_images/mathmpl/math-9e1beabce9.png) `\dashv` | -| ![](../_images/mathmpl/math-f0fa40854a.png) `\ddag` | ![](../_images/mathmpl/math-765d4eae57.png) `\diamond` | ![](../_images/mathmpl/math-a1903b29fd.png) `\div` | -| ![](../_images/mathmpl/math-3df678db55.png) `\divideontimes` | ![](../_images/mathmpl/math-a5b22dbdac.png) `\doteq` | ![](../_images/mathmpl/math-ff23293ae5.png) `\doteqdot` | -| ![](../_images/mathmpl/math-397b5fc155.png) `\dotplus` | ![](../_images/mathmpl/math-d5242ce585.png) `\doublebarwedge` | ![](../_images/mathmpl/math-a4f1a69c76.png) `\eqcirc` | -| ![](../_images/mathmpl/math-17826fcd24.png) `\eqcolon` | ![](../_images/mathmpl/math-c104febab3.png) `\eqsim` | ![](../_images/mathmpl/math-45eaae26d2.png) `\eqslantgtr` | -| ![](../_images/mathmpl/math-c3fea548da.png) `\eqslantless` | ![](../_images/mathmpl/math-cc1340c453.png) `\equiv` | ![](../_images/mathmpl/math-7965c0c1af.png) `\fallingdotseq` | -| ![](../_images/mathmpl/math-a41c184ca6.png) `\frown` | ![](../_images/mathmpl/math-0bf42a25bb.png) `\geq` | ![](../_images/mathmpl/math-9b14251f65.png) `\geqq` | -| ![](../_images/mathmpl/math-1fca7a951f.png) `\geqslant` | ![](../_images/mathmpl/math-f9990bc9cf.png) `\gg` | ![](../_images/mathmpl/math-a3de1e5b51.png) `\ggg` | -| ![](../_images/mathmpl/math-04c47dcb6e.png) `\gnapprox` | ![](../_images/mathmpl/math-a3f9f1f014.png) `\gneqq` | ![](../_images/mathmpl/math-793d9cedd0.png) `\gnsim` | -| ![](../_images/mathmpl/math-207852189a.png) `\gtrapprox` | ![](../_images/mathmpl/math-9336896bb3.png) `\gtrdot` | ![](../_images/mathmpl/math-4cd21f8ba6.png) `\gtreqless` | -| ![](../_images/mathmpl/math-18a0084a2d.png) `\gtreqqless` | ![](../_images/mathmpl/math-8e388594ad.png) `\gtrless` | ![](../_images/mathmpl/math-9d5e427aeb.png) `\gtrsim` | -| ![](../_images/mathmpl/math-58e3fcf6fd.png) `\in` | ![](../_images/mathmpl/math-0e049fe80b.png) `\intercal` | ![](../_images/mathmpl/math-1a503a50f2.png) `\leftthreetimes` | -| ![](../_images/mathmpl/math-aca311c641.png) `\leq` | ![](../_images/mathmpl/math-d87b34b699.png) `\leqq` | ![](../_images/mathmpl/math-764751dad5.png) `\leqslant` | -| ![](../_images/mathmpl/math-b8571a3cc2.png) `\lessapprox` | ![](../_images/mathmpl/math-6cb5c3c310.png) `\lessdot` | ![](../_images/mathmpl/math-1632a38331.png) `\lesseqgtr` | -| ![](../_images/mathmpl/math-d367d088c6.png) `\lesseqqgtr` | ![](../_images/mathmpl/math-268c486057.png) `\lessgtr` | ![](../_images/mathmpl/math-b53ab799d1.png) `\lesssim` | -| ![](../_images/mathmpl/math-f5e02865f3.png) `\ll` | ![](../_images/mathmpl/math-2303518311.png) `\lll` | ![](../_images/mathmpl/math-c408639f33.png) `\lnapprox` | -| ![](../_images/mathmpl/math-38bf4cf10d.png) `\lneqq` | ![](../_images/mathmpl/math-ad67ff4a6f.png) `\lnsim` | ![](../_images/mathmpl/math-f557917efd.png) `\ltimes` | -| ![](../_images/mathmpl/math-96c9a8ca95.png) `\mid` | ![](../_images/mathmpl/math-b5ae8c62a3.png) `\models` | ![](../_images/mathmpl/math-608c4a02ea.png) `\mp` | -| ![](../_images/mathmpl/math-e0ca686f62.png) `\nVDash` | ![](../_images/mathmpl/math-4d5d5f4ffb.png) `\nVdash` | ![](../_images/mathmpl/math-8aa32761da.png) `\napprox` | -| ![](../_images/mathmpl/math-92306485fb.png) `\ncong` | ![](../_images/mathmpl/math-6e6c5971ad.png) `\ne` | ![](../_images/mathmpl/math-da1122f776.png) `\neq` | -| ![](../_images/mathmpl/math-da1122f776.png) `\neq` | ![](../_images/mathmpl/math-989088989a.png) `\nequiv` | ![](../_images/mathmpl/math-07c03ece9c.png) `\ngeq` | -| ![](../_images/mathmpl/math-c2c43a5762.png) `\ngtr` | ![](../_images/mathmpl/math-7e90b124a8.png) `\ni` | ![](../_images/mathmpl/math-1c2ed5670a.png) `\nleq` | -| ![](../_images/mathmpl/math-c9136df47e.png) `\nless` | ![](../_images/mathmpl/math-4c5d76f523.png) `\nmid` | ![](../_images/mathmpl/math-9afe2d20f8.png) `\notin` | -| ![](../_images/mathmpl/math-e63a2108d5.png) `\nparallel` | ![](../_images/mathmpl/math-201b65e42c.png) `\nprec` | ![](../_images/mathmpl/math-37454f1e25.png) `\nsim` | -| ![](../_images/mathmpl/math-b045970090.png) `\nsubset` | ![](../_images/mathmpl/math-e2dcef116c.png) `\nsubseteq` | ![](../_images/mathmpl/math-0dc1c96f16.png) `\nsucc` | -| ![](../_images/mathmpl/math-0d1363d575.png) `\nsupset` | ![](../_images/mathmpl/math-8963eae853.png) `\nsupseteq` | ![](../_images/mathmpl/math-2eaa265b46.png) `\ntriangleleft` | -| ![](../_images/mathmpl/math-343170b287.png) `\ntrianglelefteq` | ![](../_images/mathmpl/math-813dcf0a93.png) `\ntriangleright` | ![](../_images/mathmpl/math-df6899ad3e.png) `\ntrianglerighteq` | -| ![](../_images/mathmpl/math-a55f718abe.png) `\nvDash` | ![](../_images/mathmpl/math-fefbb15af0.png) `\nvdash` | ![](../_images/mathmpl/math-b8348856ea.png) `\odot` | -| ![](../_images/mathmpl/math-497b831b05.png) `\ominus` | ![](../_images/mathmpl/math-cfcebc2ef8.png) `\oplus` | ![](../_images/mathmpl/math-6fd5eead33.png) `\oslash` | -| ![](../_images/mathmpl/math-3d7ac4bb5c.png) `\otimes` | ![](../_images/mathmpl/math-305e05a6ab.png) `\parallel` | ![](../_images/mathmpl/math-86ea2beb93.png) `\perp` | -| ![](../_images/mathmpl/math-62d5e1ef75.png) `\pitchfork` | ![](../_images/mathmpl/math-813255d42d.png) `\pm` | ![](../_images/mathmpl/math-2a54002803.png) `\prec` | -| ![](../_images/mathmpl/math-6f127405a3.png) `\precapprox` | ![](../_images/mathmpl/math-5686c5a93f.png) `\preccurlyeq` | ![](../_images/mathmpl/math-c6975aea0e.png) `\preceq` | -| ![](../_images/mathmpl/math-53e4edd44d.png) `\precnapprox` | ![](../_images/mathmpl/math-b7c281dd54.png) `\precnsim` | ![](../_images/mathmpl/math-58f182e47e.png) `\precsim` | -| ![](../_images/mathmpl/math-4225d47da8.png) `\propto` | ![](../_images/mathmpl/math-03cbb97a54.png) `\rightthreetimes` | ![](../_images/mathmpl/math-8f609835cb.png) `\risingdotseq` | -| ![](../_images/mathmpl/math-61a5f3fde0.png) `\rtimes` | ![](../_images/mathmpl/math-10ab63f88f.png) `\sim` | ![](../_images/mathmpl/math-f5e3901a47.png) `\simeq` | -| ![](../_images/mathmpl/math-cd5adea2d9.png) `\slash` | ![](../_images/mathmpl/math-11c6bdf228.png) `\smile` | ![](../_images/mathmpl/math-2fc0f7c957.png) `\sqcap` | -| ![](../_images/mathmpl/math-f3f9a5c2b6.png) `\sqcup` | ![](../_images/mathmpl/math-32710445c4.png) `\sqsubset` | ![](../_images/mathmpl/math-32710445c4.png) `\sqsubset` | -| ![](../_images/mathmpl/math-6462f633f1.png) `\sqsubseteq` | ![](../_images/mathmpl/math-b373234f3b.png) `\sqsupset` | ![](../_images/mathmpl/math-b373234f3b.png) `\sqsupset` | -| ![](../_images/mathmpl/math-301349a96f.png) `\sqsupseteq` | ![](../_images/mathmpl/math-3ea081f1d9.png) `\star` | ![](../_images/mathmpl/math-d7ee7c1348.png) `\subset` | -| ![](../_images/mathmpl/math-ab35a80a37.png) `\subseteq` | ![](../_images/mathmpl/math-329584d288.png) `\subseteqq` | ![](../_images/mathmpl/math-26f9e5316b.png) `\subsetneq` | -| ![](../_images/mathmpl/math-d6c1dc73f3.png) `\subsetneqq` | ![](../_images/mathmpl/math-3b5db3b36b.png) `\succ` | ![](../_images/mathmpl/math-29a7c6603c.png) `\succapprox` | -| ![](../_images/mathmpl/math-764af5d0f7.png) `\succcurlyeq` | ![](../_images/mathmpl/math-f083286645.png) `\succeq` | ![](../_images/mathmpl/math-12e9272240.png) `\succnapprox` | -| ![](../_images/mathmpl/math-22a812f02e.png) `\succnsim` | ![](../_images/mathmpl/math-f313a5f9af.png) `\succsim` | ![](../_images/mathmpl/math-7a88315c05.png) `\supset` | -| ![](../_images/mathmpl/math-b15f9f29ec.png) `\supseteq` | ![](../_images/mathmpl/math-2b42f15859.png) `\supseteqq` | ![](../_images/mathmpl/math-0ebac5d490.png) `\supsetneq` | -| ![](../_images/mathmpl/math-7cafbba6d3.png) `\supsetneqq` | ![](../_images/mathmpl/math-21e977e4ec.png) `\therefore` | ![](../_images/mathmpl/math-ae7023d9db.png) `\times` | -| ![](../_images/mathmpl/math-f0fe2a4a9f.png) `\top` | ![](../_images/mathmpl/math-7a5bdaf004.png) `\triangleleft` | ![](../_images/mathmpl/math-3234da3142.png) `\trianglelefteq` | -| ![](../_images/mathmpl/math-5325d825f0.png) `\triangleq` | ![](../_images/mathmpl/math-61187783ee.png) `\triangleright` | ![](../_images/mathmpl/math-229058201e.png) `\trianglerighteq` | -| ![](../_images/mathmpl/math-8c6a0f04b9.png) `\uplus` | ![](../_images/mathmpl/math-8da9245788.png) `\vDash` | ![](../_images/mathmpl/math-7450111856.png) `\varpropto` | -| ![](../_images/mathmpl/math-311d2647c5.png) `\vartriangleleft` | ![](../_images/mathmpl/math-7da885dcbf.png) `\vartriangleright` | ![](../_images/mathmpl/math-d8ad6ecbe6.png) `\vdash` | -| ![](../_images/mathmpl/math-f5af631a03.png) `\vee` | ![](../_images/mathmpl/math-0ca72c02e5.png) `\veebar` | ![](../_images/mathmpl/math-4c229f580d.png) `\wedge` | -| ![](../_images/mathmpl/math-953993beed.png) `\wr` | +| ![](http://matplotlib.org/_images/mathmpl/math-f610b8e469.png) `\Bumpeq` | ![](http://matplotlib.org/_images/mathmpl/math-2a327a85e8.png) `\Cap` | ![](http://matplotlib.org/_images/mathmpl/math-0fbbe481d0.png) `\Cup` | +| ![](http://matplotlib.org/_images/mathmpl/math-2303577dee.png) `\Doteq` | ![](http://matplotlib.org/_images/mathmpl/math-70e89758da.png) `\Join` | ![](http://matplotlib.org/_images/mathmpl/math-3d85215bfa.png) `\Subset` | +| ![](http://matplotlib.org/_images/mathmpl/math-191c6ba7fa.png) `\Supset` | ![](http://matplotlib.org/_images/mathmpl/math-219444d8f5.png) `\Vdash` | ![](http://matplotlib.org/_images/mathmpl/math-7db176731c.png) `\Vvdash` | +| ![](http://matplotlib.org/_images/mathmpl/math-c957a5ae9f.png) `\approx` | ![](http://matplotlib.org/_images/mathmpl/math-cf8f5e2275.png) `\approxeq` | ![](http://matplotlib.org/_images/mathmpl/math-4ea8b1e13e.png) `\ast` | +| ![](http://matplotlib.org/_images/mathmpl/math-23c4970a1a.png) `\asymp` | ![](http://matplotlib.org/_images/mathmpl/math-ea0303ad72.png) `\backepsilon` | ![](http://matplotlib.org/_images/mathmpl/math-b1d77626bb.png) `\backsim` | +| ![](http://matplotlib.org/_images/mathmpl/math-af3bc8ac21.png) `\backsimeq` | ![](http://matplotlib.org/_images/mathmpl/math-71771b9385.png) `\barwedge` | ![](http://matplotlib.org/_images/mathmpl/math-937e2c148d.png) `\because` | +| ![](http://matplotlib.org/_images/mathmpl/math-51ae43b24b.png) `\between` | ![](http://matplotlib.org/_images/mathmpl/math-3b72c12de0.png) `\bigcirc` | ![](http://matplotlib.org/_images/mathmpl/math-e98739824f.png) `\bigtriangledown` | +| ![](http://matplotlib.org/_images/mathmpl/math-52ddd6655e.png) `\bigtriangleup` | ![](http://matplotlib.org/_images/mathmpl/math-679967c920.png) `\blacktriangleleft` | ![](http://matplotlib.org/_images/mathmpl/math-2ff97d8581.png) `\blacktriangleright` | +| ![](http://matplotlib.org/_images/mathmpl/math-d2bc160257.png) `\bot` | ![](http://matplotlib.org/_images/mathmpl/math-88c0703f35.png) `\bowtie` | ![](http://matplotlib.org/_images/mathmpl/math-0cc3cb6c41.png) `\boxdot` | +| ![](http://matplotlib.org/_images/mathmpl/math-b5a379f4e8.png) `\boxminus` | ![](http://matplotlib.org/_images/mathmpl/math-3e25be9041.png) `\boxplus` | ![](http://matplotlib.org/_images/mathmpl/math-d3219d7443.png) `\boxtimes` | +| ![](http://matplotlib.org/_images/mathmpl/math-ef7a046183.png) `\bullet` | ![](http://matplotlib.org/_images/mathmpl/math-c5baac4e57.png) `\bumpeq` | ![](http://matplotlib.org/_images/mathmpl/math-f0c7f8f01c.png) `\cap` | +| ![](http://matplotlib.org/_images/mathmpl/math-5a90bc5099.png) `\cdot` | ![](http://matplotlib.org/_images/mathmpl/math-f9b0df773f.png) `\circ` | ![](http://matplotlib.org/_images/mathmpl/math-5af298e692.png) `\circeq` | +| ![](http://matplotlib.org/_images/mathmpl/math-e4d9d4c64b.png) `\coloneq` | ![](http://matplotlib.org/_images/mathmpl/math-b43c061111.png) `\cong` | ![](http://matplotlib.org/_images/mathmpl/math-20b287ac85.png) `\cup` | +| ![](http://matplotlib.org/_images/mathmpl/math-c0df1e9b19.png) `\curlyeqprec` | ![](http://matplotlib.org/_images/mathmpl/math-995f666935.png) `\curlyeqsucc` | ![](http://matplotlib.org/_images/mathmpl/math-615de138a6.png) `\curlyvee` | +| ![](http://matplotlib.org/_images/mathmpl/math-5af1fa6042.png) `\curlywedge` | ![](http://matplotlib.org/_images/mathmpl/math-9b12241d0c.png) `\dag` | ![](http://matplotlib.org/_images/mathmpl/math-9e1beabce9.png) `\dashv` | +| ![](http://matplotlib.org/_images/mathmpl/math-f0fa40854a.png) `\ddag` | ![](http://matplotlib.org/_images/mathmpl/math-765d4eae57.png) `\diamond` | ![](http://matplotlib.org/_images/mathmpl/math-a1903b29fd.png) `\div` | +| ![](http://matplotlib.org/_images/mathmpl/math-3df678db55.png) `\divideontimes` | ![](http://matplotlib.org/_images/mathmpl/math-a5b22dbdac.png) `\doteq` | ![](http://matplotlib.org/_images/mathmpl/math-ff23293ae5.png) `\doteqdot` | +| ![](http://matplotlib.org/_images/mathmpl/math-397b5fc155.png) `\dotplus` | ![](http://matplotlib.org/_images/mathmpl/math-d5242ce585.png) `\doublebarwedge` | ![](http://matplotlib.org/_images/mathmpl/math-a4f1a69c76.png) `\eqcirc` | +| ![](http://matplotlib.org/_images/mathmpl/math-17826fcd24.png) `\eqcolon` | ![](http://matplotlib.org/_images/mathmpl/math-c104febab3.png) `\eqsim` | ![](http://matplotlib.org/_images/mathmpl/math-45eaae26d2.png) `\eqslantgtr` | +| ![](http://matplotlib.org/_images/mathmpl/math-c3fea548da.png) `\eqslantless` | ![](http://matplotlib.org/_images/mathmpl/math-cc1340c453.png) `\equiv` | ![](http://matplotlib.org/_images/mathmpl/math-7965c0c1af.png) `\fallingdotseq` | +| ![](http://matplotlib.org/_images/mathmpl/math-a41c184ca6.png) `\frown` | ![](http://matplotlib.org/_images/mathmpl/math-0bf42a25bb.png) `\geq` | ![](http://matplotlib.org/_images/mathmpl/math-9b14251f65.png) `\geqq` | +| ![](http://matplotlib.org/_images/mathmpl/math-1fca7a951f.png) `\geqslant` | ![](http://matplotlib.org/_images/mathmpl/math-f9990bc9cf.png) `\gg` | ![](http://matplotlib.org/_images/mathmpl/math-a3de1e5b51.png) `\ggg` | +| ![](http://matplotlib.org/_images/mathmpl/math-04c47dcb6e.png) `\gnapprox` | ![](http://matplotlib.org/_images/mathmpl/math-a3f9f1f014.png) `\gneqq` | ![](http://matplotlib.org/_images/mathmpl/math-793d9cedd0.png) `\gnsim` | +| ![](http://matplotlib.org/_images/mathmpl/math-207852189a.png) `\gtrapprox` | ![](http://matplotlib.org/_images/mathmpl/math-9336896bb3.png) `\gtrdot` | ![](http://matplotlib.org/_images/mathmpl/math-4cd21f8ba6.png) `\gtreqless` | +| ![](http://matplotlib.org/_images/mathmpl/math-18a0084a2d.png) `\gtreqqless` | ![](http://matplotlib.org/_images/mathmpl/math-8e388594ad.png) `\gtrless` | ![](http://matplotlib.org/_images/mathmpl/math-9d5e427aeb.png) `\gtrsim` | +| ![](http://matplotlib.org/_images/mathmpl/math-58e3fcf6fd.png) `\in` | ![](http://matplotlib.org/_images/mathmpl/math-0e049fe80b.png) `\intercal` | ![](http://matplotlib.org/_images/mathmpl/math-1a503a50f2.png) `\leftthreetimes` | +| ![](http://matplotlib.org/_images/mathmpl/math-aca311c641.png) `\leq` | ![](http://matplotlib.org/_images/mathmpl/math-d87b34b699.png) `\leqq` | ![](http://matplotlib.org/_images/mathmpl/math-764751dad5.png) `\leqslant` | +| ![](http://matplotlib.org/_images/mathmpl/math-b8571a3cc2.png) `\lessapprox` | ![](http://matplotlib.org/_images/mathmpl/math-6cb5c3c310.png) `\lessdot` | ![](http://matplotlib.org/_images/mathmpl/math-1632a38331.png) `\lesseqgtr` | +| ![](http://matplotlib.org/_images/mathmpl/math-d367d088c6.png) `\lesseqqgtr` | ![](http://matplotlib.org/_images/mathmpl/math-268c486057.png) `\lessgtr` | ![](http://matplotlib.org/_images/mathmpl/math-b53ab799d1.png) `\lesssim` | +| ![](http://matplotlib.org/_images/mathmpl/math-f5e02865f3.png) `\ll` | ![](http://matplotlib.org/_images/mathmpl/math-2303518311.png) `\lll` | ![](http://matplotlib.org/_images/mathmpl/math-c408639f33.png) `\lnapprox` | +| ![](http://matplotlib.org/_images/mathmpl/math-38bf4cf10d.png) `\lneqq` | ![](http://matplotlib.org/_images/mathmpl/math-ad67ff4a6f.png) `\lnsim` | ![](http://matplotlib.org/_images/mathmpl/math-f557917efd.png) `\ltimes` | +| ![](http://matplotlib.org/_images/mathmpl/math-96c9a8ca95.png) `\mid` | ![](http://matplotlib.org/_images/mathmpl/math-b5ae8c62a3.png) `\models` | ![](http://matplotlib.org/_images/mathmpl/math-608c4a02ea.png) `\mp` | +| ![](http://matplotlib.org/_images/mathmpl/math-e0ca686f62.png) `\nVDash` | ![](http://matplotlib.org/_images/mathmpl/math-4d5d5f4ffb.png) `\nVdash` | ![](http://matplotlib.org/_images/mathmpl/math-8aa32761da.png) `\napprox` | +| ![](http://matplotlib.org/_images/mathmpl/math-92306485fb.png) `\ncong` | ![](http://matplotlib.org/_images/mathmpl/math-6e6c5971ad.png) `\ne` | ![](http://matplotlib.org/_images/mathmpl/math-da1122f776.png) `\neq` | +| ![](http://matplotlib.org/_images/mathmpl/math-da1122f776.png) `\neq` | ![](http://matplotlib.org/_images/mathmpl/math-989088989a.png) `\nequiv` | ![](http://matplotlib.org/_images/mathmpl/math-07c03ece9c.png) `\ngeq` | +| ![](http://matplotlib.org/_images/mathmpl/math-c2c43a5762.png) `\ngtr` | ![](http://matplotlib.org/_images/mathmpl/math-7e90b124a8.png) `\ni` | ![](http://matplotlib.org/_images/mathmpl/math-1c2ed5670a.png) `\nleq` | +| ![](http://matplotlib.org/_images/mathmpl/math-c9136df47e.png) `\nless` | ![](http://matplotlib.org/_images/mathmpl/math-4c5d76f523.png) `\nmid` | ![](http://matplotlib.org/_images/mathmpl/math-9afe2d20f8.png) `\notin` | +| ![](http://matplotlib.org/_images/mathmpl/math-e63a2108d5.png) `\nparallel` | ![](http://matplotlib.org/_images/mathmpl/math-201b65e42c.png) `\nprec` | ![](http://matplotlib.org/_images/mathmpl/math-37454f1e25.png) `\nsim` | +| ![](http://matplotlib.org/_images/mathmpl/math-b045970090.png) `\nsubset` | ![](http://matplotlib.org/_images/mathmpl/math-e2dcef116c.png) `\nsubseteq` | ![](http://matplotlib.org/_images/mathmpl/math-0dc1c96f16.png) `\nsucc` | +| ![](http://matplotlib.org/_images/mathmpl/math-0d1363d575.png) `\nsupset` | ![](http://matplotlib.org/_images/mathmpl/math-8963eae853.png) `\nsupseteq` | ![](http://matplotlib.org/_images/mathmpl/math-2eaa265b46.png) `\ntriangleleft` | +| ![](http://matplotlib.org/_images/mathmpl/math-343170b287.png) `\ntrianglelefteq` | ![](http://matplotlib.org/_images/mathmpl/math-813dcf0a93.png) `\ntriangleright` | ![](http://matplotlib.org/_images/mathmpl/math-df6899ad3e.png) `\ntrianglerighteq` | +| ![](http://matplotlib.org/_images/mathmpl/math-a55f718abe.png) `\nvDash` | ![](http://matplotlib.org/_images/mathmpl/math-fefbb15af0.png) `\nvdash` | ![](http://matplotlib.org/_images/mathmpl/math-b8348856ea.png) `\odot` | +| ![](http://matplotlib.org/_images/mathmpl/math-497b831b05.png) `\ominus` | ![](http://matplotlib.org/_images/mathmpl/math-cfcebc2ef8.png) `\oplus` | ![](http://matplotlib.org/_images/mathmpl/math-6fd5eead33.png) `\oslash` | +| ![](http://matplotlib.org/_images/mathmpl/math-3d7ac4bb5c.png) `\otimes` | ![](http://matplotlib.org/_images/mathmpl/math-305e05a6ab.png) `\parallel` | ![](http://matplotlib.org/_images/mathmpl/math-86ea2beb93.png) `\perp` | +| ![](http://matplotlib.org/_images/mathmpl/math-62d5e1ef75.png) `\pitchfork` | ![](http://matplotlib.org/_images/mathmpl/math-813255d42d.png) `\pm` | ![](http://matplotlib.org/_images/mathmpl/math-2a54002803.png) `\prec` | +| ![](http://matplotlib.org/_images/mathmpl/math-6f127405a3.png) `\precapprox` | ![](http://matplotlib.org/_images/mathmpl/math-5686c5a93f.png) `\preccurlyeq` | ![](http://matplotlib.org/_images/mathmpl/math-c6975aea0e.png) `\preceq` | +| ![](http://matplotlib.org/_images/mathmpl/math-53e4edd44d.png) `\precnapprox` | ![](http://matplotlib.org/_images/mathmpl/math-b7c281dd54.png) `\precnsim` | ![](http://matplotlib.org/_images/mathmpl/math-58f182e47e.png) `\precsim` | +| ![](http://matplotlib.org/_images/mathmpl/math-4225d47da8.png) `\propto` | ![](http://matplotlib.org/_images/mathmpl/math-03cbb97a54.png) `\rightthreetimes` | ![](http://matplotlib.org/_images/mathmpl/math-8f609835cb.png) `\risingdotseq` | +| ![](http://matplotlib.org/_images/mathmpl/math-61a5f3fde0.png) `\rtimes` | ![](http://matplotlib.org/_images/mathmpl/math-10ab63f88f.png) `\sim` | ![](http://matplotlib.org/_images/mathmpl/math-f5e3901a47.png) `\simeq` | +| ![](http://matplotlib.org/_images/mathmpl/math-cd5adea2d9.png) `\slash` | ![](http://matplotlib.org/_images/mathmpl/math-11c6bdf228.png) `\smile` | ![](http://matplotlib.org/_images/mathmpl/math-2fc0f7c957.png) `\sqcap` | +| ![](http://matplotlib.org/_images/mathmpl/math-f3f9a5c2b6.png) `\sqcup` | ![](http://matplotlib.org/_images/mathmpl/math-32710445c4.png) `\sqsubset` | ![](http://matplotlib.org/_images/mathmpl/math-32710445c4.png) `\sqsubset` | +| ![](http://matplotlib.org/_images/mathmpl/math-6462f633f1.png) `\sqsubseteq` | ![](http://matplotlib.org/_images/mathmpl/math-b373234f3b.png) `\sqsupset` | ![](http://matplotlib.org/_images/mathmpl/math-b373234f3b.png) `\sqsupset` | +| ![](http://matplotlib.org/_images/mathmpl/math-301349a96f.png) `\sqsupseteq` | ![](http://matplotlib.org/_images/mathmpl/math-3ea081f1d9.png) `\star` | ![](http://matplotlib.org/_images/mathmpl/math-d7ee7c1348.png) `\subset` | +| ![](http://matplotlib.org/_images/mathmpl/math-ab35a80a37.png) `\subseteq` | ![](http://matplotlib.org/_images/mathmpl/math-329584d288.png) `\subseteqq` | ![](http://matplotlib.org/_images/mathmpl/math-26f9e5316b.png) `\subsetneq` | +| ![](http://matplotlib.org/_images/mathmpl/math-d6c1dc73f3.png) `\subsetneqq` | ![](http://matplotlib.org/_images/mathmpl/math-3b5db3b36b.png) `\succ` | ![](http://matplotlib.org/_images/mathmpl/math-29a7c6603c.png) `\succapprox` | +| ![](http://matplotlib.org/_images/mathmpl/math-764af5d0f7.png) `\succcurlyeq` | ![](http://matplotlib.org/_images/mathmpl/math-f083286645.png) `\succeq` | ![](http://matplotlib.org/_images/mathmpl/math-12e9272240.png) `\succnapprox` | +| ![](http://matplotlib.org/_images/mathmpl/math-22a812f02e.png) `\succnsim` | ![](http://matplotlib.org/_images/mathmpl/math-f313a5f9af.png) `\succsim` | ![](http://matplotlib.org/_images/mathmpl/math-7a88315c05.png) `\supset` | +| ![](http://matplotlib.org/_images/mathmpl/math-b15f9f29ec.png) `\supseteq` | ![](http://matplotlib.org/_images/mathmpl/math-2b42f15859.png) `\supseteqq` | ![](http://matplotlib.org/_images/mathmpl/math-0ebac5d490.png) `\supsetneq` | +| ![](http://matplotlib.org/_images/mathmpl/math-7cafbba6d3.png) `\supsetneqq` | ![](http://matplotlib.org/_images/mathmpl/math-21e977e4ec.png) `\therefore` | ![](http://matplotlib.org/_images/mathmpl/math-ae7023d9db.png) `\times` | +| ![](http://matplotlib.org/_images/mathmpl/math-f0fe2a4a9f.png) `\top` | ![](http://matplotlib.org/_images/mathmpl/math-7a5bdaf004.png) `\triangleleft` | ![](http://matplotlib.org/_images/mathmpl/math-3234da3142.png) `\trianglelefteq` | +| ![](http://matplotlib.org/_images/mathmpl/math-5325d825f0.png) `\triangleq` | ![](http://matplotlib.org/_images/mathmpl/math-61187783ee.png) `\triangleright` | ![](http://matplotlib.org/_images/mathmpl/math-229058201e.png) `\trianglerighteq` | +| ![](http://matplotlib.org/_images/mathmpl/math-8c6a0f04b9.png) `\uplus` | ![](http://matplotlib.org/_images/mathmpl/math-8da9245788.png) `\vDash` | ![](http://matplotlib.org/_images/mathmpl/math-7450111856.png) `\varpropto` | +| ![](http://matplotlib.org/_images/mathmpl/math-311d2647c5.png) `\vartriangleleft` | ![](http://matplotlib.org/_images/mathmpl/math-7da885dcbf.png) `\vartriangleright` | ![](http://matplotlib.org/_images/mathmpl/math-d8ad6ecbe6.png) `\vdash` | +| ![](http://matplotlib.org/_images/mathmpl/math-f5af631a03.png) `\vee` | ![](http://matplotlib.org/_images/mathmpl/math-0ca72c02e5.png) `\veebar` | ![](http://matplotlib.org/_images/mathmpl/math-4c229f580d.png) `\wedge` | +| ![](http://matplotlib.org/_images/mathmpl/math-953993beed.png) `\wr` | | 箭头符号 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-0c8ba18b43.png) `\Downarrow` | ![](../_images/mathmpl/math-1a6ec6d88f.png) `\Leftarrow` | -| ![](../_images/mathmpl/math-74b9b263f9.png) `\Leftrightarrow` | ![](../_images/mathmpl/math-3ce6141dea.png) `\Lleftarrow` | -| ![](../_images/mathmpl/math-e3d8965f58.png) `\Longleftarrow` | ![](../_images/mathmpl/math-eb3a880058.png) `\Longleftrightarrow` | -| ![](../_images/mathmpl/math-c985be990e.png) `\Longrightarrow` | ![](../_images/mathmpl/math-459d7c5693.png) `\Lsh` | -| ![](../_images/mathmpl/math-0f08e28a07.png) `\Nearrow` | ![](../_images/mathmpl/math-a608a7ae83.png) `\Nwarrow` | -| ![](../_images/mathmpl/math-5e42a40994.png) `\Rightarrow` | ![](../_images/mathmpl/math-317920b703.png) `\Rrightarrow` | -| ![](../_images/mathmpl/math-26fab8f44f.png) `\Rsh` | ![](../_images/mathmpl/math-ba64c5e997.png) `\Searrow` | -| ![](../_images/mathmpl/math-6722d13e60.png) `\Swarrow` | ![](../_images/mathmpl/math-d00ab41d80.png) `\Uparrow` | -| ![](../_images/mathmpl/math-94ff64057f.png) `\Updownarrow` | ![](../_images/mathmpl/math-a59e0fa5ee.png) `\circlearrowleft` | -| ![](../_images/mathmpl/math-ea5765e8b3.png) `\circlearrowright` | ![](../_images/mathmpl/math-68b96a49a5.png) `\curvearrowleft` | -| ![](../_images/mathmpl/math-eb8d6ee4ad.png) `\curvearrowright` | ![](../_images/mathmpl/math-682a5688ef.png) `\dashleftarrow` | -| ![](../_images/mathmpl/math-8bc070eada.png) `\dashrightarrow` | ![](../_images/mathmpl/math-56b7078922.png) `\downarrow` | -| ![](../_images/mathmpl/math-1d11ce50b2.png) `\downdownarrows` | ![](../_images/mathmpl/math-a019dc17a7.png) `\downharpoonleft` | -| ![](../_images/mathmpl/math-16b15cdedd.png) `\downharpoonright` | ![](../_images/mathmpl/math-3db5c70042.png) `\hookleftarrow` | -| ![](../_images/mathmpl/math-580fac9571.png) `\hookrightarrow` | ![](../_images/mathmpl/math-09e354a93e.png) `\leadsto` | -| ![](../_images/mathmpl/math-097464d1cd.png) `\leftarrow` | ![](../_images/mathmpl/math-a2e07eb2ff.png) `\leftarrowtail` | -| ![](../_images/mathmpl/math-792b216977.png) `\leftharpoondown` | ![](../_images/mathmpl/math-3c072a15c0.png) `\leftharpoonup` | -| ![](../_images/mathmpl/math-433174617c.png) `\leftleftarrows` | ![](../_images/mathmpl/math-bce42da457.png) `\leftrightarrow` | -| ![](../_images/mathmpl/math-dec391be07.png) `\leftrightarrows` | ![](../_images/mathmpl/math-8c68333295.png) `\leftrightharpoons` | -| ![](../_images/mathmpl/math-1afd9d2af0.png) `\leftrightsquigarrow` | ![](../_images/mathmpl/math-0a36be904f.png) `\leftsquigarrow` | -| ![](../_images/mathmpl/math-c8fe9fb96c.png) `\longleftarrow` | ![](../_images/mathmpl/math-91b94c6be9.png) `\longleftrightarrow` | -| ![](../_images/mathmpl/math-02ce986a2e.png) `\longmapsto` | ![](../_images/mathmpl/math-80a13771b7.png) `\longrightarrow` | -| ![](../_images/mathmpl/math-3bfe8e8950.png) `\looparrowleft` | ![](../_images/mathmpl/math-64aa42214e.png) `\looparrowright` | -| ![](../_images/mathmpl/math-9a483a288a.png) `\mapsto` | ![](../_images/mathmpl/math-c40f3bc7dc.png) `\multimap` | -| ![](../_images/mathmpl/math-ea5241d5f2.png) `\nLeftarrow` | ![](../_images/mathmpl/math-9119a30630.png) `\nLeftrightarrow` | -| ![](../_images/mathmpl/math-eeabc86e5f.png) `\nRightarrow` | ![](../_images/mathmpl/math-640fa94ebe.png) `\nearrow` | -| ![](../_images/mathmpl/math-f9cc3f8904.png) `\nleftarrow` | ![](../_images/mathmpl/math-1278a024c8.png) `\nleftrightarrow` | -| ![](../_images/mathmpl/math-f11a3eab57.png) `\nrightarrow` | ![](../_images/mathmpl/math-3223454152.png) `\nwarrow` | -| ![](../_images/mathmpl/math-fb1cbbd43f.png) `\rightarrow` | ![](../_images/mathmpl/math-2e03b9e387.png) `\rightarrowtail` | -| ![](../_images/mathmpl/math-41f636a823.png) `\rightharpoondown` | ![](../_images/mathmpl/math-2cdbf2db88.png) `\rightharpoonup` | -| ![](../_images/mathmpl/math-2617106b1e.png) `\rightleftarrows` | ![](../_images/mathmpl/math-2617106b1e.png) `\rightleftarrows` | -| ![](../_images/mathmpl/math-a2eb9bae76.png) `\rightleftharpoons` | ![](../_images/mathmpl/math-a2eb9bae76.png) `\rightleftharpoons` | -| ![](../_images/mathmpl/math-43575c473c.png) `\rightrightarrows` | ![](../_images/mathmpl/math-43575c473c.png) `\rightrightarrows` | -| ![](../_images/mathmpl/math-2aff52a07e.png) `\rightsquigarrow` | ![](../_images/mathmpl/math-93a935b705.png) `\searrow` | -| ![](../_images/mathmpl/math-8d37bd9196.png) `\swarrow` | ![](../_images/mathmpl/math-306ea70acd.png) `\to` | -| ![](../_images/mathmpl/math-ae2fa40b25.png) `\twoheadleftarrow` | ![](../_images/mathmpl/math-8e6cdc7038.png) `\twoheadrightarrow` | -| ![](../_images/mathmpl/math-f1bfb0bbf7.png) `\uparrow` | ![](../_images/mathmpl/math-eb3b3a6d5c.png) `\updownarrow` | -| ![](../_images/mathmpl/math-eb3b3a6d5c.png) `\updownarrow` | ![](../_images/mathmpl/math-bbdf3d8983.png) `\upharpoonleft` | -| ![](../_images/mathmpl/math-5fea7c5657.png) `\upharpoonright` | ![](../_images/mathmpl/math-d831d8aa62.png) `\upuparrows` | +| ![](http://matplotlib.org/_images/mathmpl/math-0c8ba18b43.png) `\Downarrow` | ![](http://matplotlib.org/_images/mathmpl/math-1a6ec6d88f.png) `\Leftarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-74b9b263f9.png) `\Leftrightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-3ce6141dea.png) `\Lleftarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-e3d8965f58.png) `\Longleftarrow` | ![](http://matplotlib.org/_images/mathmpl/math-eb3a880058.png) `\Longleftrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-c985be990e.png) `\Longrightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-459d7c5693.png) `\Lsh` | +| ![](http://matplotlib.org/_images/mathmpl/math-0f08e28a07.png) `\Nearrow` | ![](http://matplotlib.org/_images/mathmpl/math-a608a7ae83.png) `\Nwarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-5e42a40994.png) `\Rightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-317920b703.png) `\Rrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-26fab8f44f.png) `\Rsh` | ![](http://matplotlib.org/_images/mathmpl/math-ba64c5e997.png) `\Searrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-6722d13e60.png) `\Swarrow` | ![](http://matplotlib.org/_images/mathmpl/math-d00ab41d80.png) `\Uparrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-94ff64057f.png) `\Updownarrow` | ![](http://matplotlib.org/_images/mathmpl/math-a59e0fa5ee.png) `\circlearrowleft` | +| ![](http://matplotlib.org/_images/mathmpl/math-ea5765e8b3.png) `\circlearrowright` | ![](http://matplotlib.org/_images/mathmpl/math-68b96a49a5.png) `\curvearrowleft` | +| ![](http://matplotlib.org/_images/mathmpl/math-eb8d6ee4ad.png) `\curvearrowright` | ![](http://matplotlib.org/_images/mathmpl/math-682a5688ef.png) `\dashleftarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-8bc070eada.png) `\dashrightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-56b7078922.png) `\downarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-1d11ce50b2.png) `\downdownarrows` | ![](http://matplotlib.org/_images/mathmpl/math-a019dc17a7.png) `\downharpoonleft` | +| ![](http://matplotlib.org/_images/mathmpl/math-16b15cdedd.png) `\downharpoonright` | ![](http://matplotlib.org/_images/mathmpl/math-3db5c70042.png) `\hookleftarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-580fac9571.png) `\hookrightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-09e354a93e.png) `\leadsto` | +| ![](http://matplotlib.org/_images/mathmpl/math-097464d1cd.png) `\leftarrow` | ![](http://matplotlib.org/_images/mathmpl/math-a2e07eb2ff.png) `\leftarrowtail` | +| ![](http://matplotlib.org/_images/mathmpl/math-792b216977.png) `\leftharpoondown` | ![](http://matplotlib.org/_images/mathmpl/math-3c072a15c0.png) `\leftharpoonup` | +| ![](http://matplotlib.org/_images/mathmpl/math-433174617c.png) `\leftleftarrows` | ![](http://matplotlib.org/_images/mathmpl/math-bce42da457.png) `\leftrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-dec391be07.png) `\leftrightarrows` | ![](http://matplotlib.org/_images/mathmpl/math-8c68333295.png) `\leftrightharpoons` | +| ![](http://matplotlib.org/_images/mathmpl/math-1afd9d2af0.png) `\leftrightsquigarrow` | ![](http://matplotlib.org/_images/mathmpl/math-0a36be904f.png) `\leftsquigarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-c8fe9fb96c.png) `\longleftarrow` | ![](http://matplotlib.org/_images/mathmpl/math-91b94c6be9.png) `\longleftrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-02ce986a2e.png) `\longmapsto` | ![](http://matplotlib.org/_images/mathmpl/math-80a13771b7.png) `\longrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-3bfe8e8950.png) `\looparrowleft` | ![](http://matplotlib.org/_images/mathmpl/math-64aa42214e.png) `\looparrowright` | +| ![](http://matplotlib.org/_images/mathmpl/math-9a483a288a.png) `\mapsto` | ![](http://matplotlib.org/_images/mathmpl/math-c40f3bc7dc.png) `\multimap` | +| ![](http://matplotlib.org/_images/mathmpl/math-ea5241d5f2.png) `\nLeftarrow` | ![](http://matplotlib.org/_images/mathmpl/math-9119a30630.png) `\nLeftrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-eeabc86e5f.png) `\nRightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-640fa94ebe.png) `\nearrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-f9cc3f8904.png) `\nleftarrow` | ![](http://matplotlib.org/_images/mathmpl/math-1278a024c8.png) `\nleftrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-f11a3eab57.png) `\nrightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-3223454152.png) `\nwarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-fb1cbbd43f.png) `\rightarrow` | ![](http://matplotlib.org/_images/mathmpl/math-2e03b9e387.png) `\rightarrowtail` | +| ![](http://matplotlib.org/_images/mathmpl/math-41f636a823.png) `\rightharpoondown` | ![](http://matplotlib.org/_images/mathmpl/math-2cdbf2db88.png) `\rightharpoonup` | +| ![](http://matplotlib.org/_images/mathmpl/math-2617106b1e.png) `\rightleftarrows` | ![](http://matplotlib.org/_images/mathmpl/math-2617106b1e.png) `\rightleftarrows` | +| ![](http://matplotlib.org/_images/mathmpl/math-a2eb9bae76.png) `\rightleftharpoons` | ![](http://matplotlib.org/_images/mathmpl/math-a2eb9bae76.png) `\rightleftharpoons` | +| ![](http://matplotlib.org/_images/mathmpl/math-43575c473c.png) `\rightrightarrows` | ![](http://matplotlib.org/_images/mathmpl/math-43575c473c.png) `\rightrightarrows` | +| ![](http://matplotlib.org/_images/mathmpl/math-2aff52a07e.png) `\rightsquigarrow` | ![](http://matplotlib.org/_images/mathmpl/math-93a935b705.png) `\searrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-8d37bd9196.png) `\swarrow` | ![](http://matplotlib.org/_images/mathmpl/math-306ea70acd.png) `\to` | +| ![](http://matplotlib.org/_images/mathmpl/math-ae2fa40b25.png) `\twoheadleftarrow` | ![](http://matplotlib.org/_images/mathmpl/math-8e6cdc7038.png) `\twoheadrightarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-f1bfb0bbf7.png) `\uparrow` | ![](http://matplotlib.org/_images/mathmpl/math-eb3b3a6d5c.png) `\updownarrow` | +| ![](http://matplotlib.org/_images/mathmpl/math-eb3b3a6d5c.png) `\updownarrow` | ![](http://matplotlib.org/_images/mathmpl/math-bbdf3d8983.png) `\upharpoonleft` | +| ![](http://matplotlib.org/_images/mathmpl/math-5fea7c5657.png) `\upharpoonright` | ![](http://matplotlib.org/_images/mathmpl/math-d831d8aa62.png) `\upuparrows` | | 杂项符号 | | | | --- | --- | --- | -| ![](../_images/mathmpl/math-390d3dc75c.png) `\$` | ![](../_images/mathmpl/math-7ffb7d798c.png) `\AA` | ![](../_images/mathmpl/math-38501d21c9.png) `\Finv` | -| ![](../_images/mathmpl/math-be84d4168e.png) `\Game` | ![](../_images/mathmpl/math-3207fff524.png) `\Im` | ![](../_images/mathmpl/math-482297a060.png) `\P` | -| ![](../_images/mathmpl/math-6ea3150bfd.png) `\Re` | ![](../_images/mathmpl/math-a99c89f6e1.png) `\S` | ![](../_images/mathmpl/math-2fcd70072d.png) `\angle` | -| ![](../_images/mathmpl/math-9db5c962c8.png) `\backprime` | ![](../_images/mathmpl/math-8082fb34e8.png) `\bigstar` | ![](../_images/mathmpl/math-4b07b72122.png) `\blacksquare` | -| ![](../_images/mathmpl/math-8f8c0c020c.png) `\blacktriangle` | ![](../_images/mathmpl/math-58162c32f0.png) `\blacktriangledown` | ![](../_images/mathmpl/math-e90d63d41d.png) `\cdots` | -| ![](../_images/mathmpl/math-800bb70468.png) `\checkmark` | ![](../_images/mathmpl/math-762c3b5e9e.png) `\circledR` | ![](../_images/mathmpl/math-52eae78384.png) `\circledS` | -| ![](../_images/mathmpl/math-4d24dff6f8.png) `\clubsuit` | ![](../_images/mathmpl/math-b225b29af4.png) `\complement` | ![](../_images/mathmpl/math-8f454df900.png) `\copyright` | -| ![](../_images/mathmpl/math-dbcc77f1d2.png) `\ddots` | ![](../_images/mathmpl/math-bc54d541fc.png) `\diamondsuit` | ![](../_images/mathmpl/math-923c665edb.png) `\ell` | -| ![](../_images/mathmpl/math-51cd44e108.png) `\emptyset` | ![](../_images/mathmpl/math-19f957fc71.png) `\eth` | ![](../_images/mathmpl/math-cac5abe8bf.png) `\exists` | -| ![](../_images/mathmpl/math-518af824c6.png) `\flat` | ![](../_images/mathmpl/math-92a896986d.png) `\forall` | ![](../_images/mathmpl/math-2525d5d71d.png) `\hbar` | -| ![](../_images/mathmpl/math-eab5c7cdff.png) `\heartsuit` | ![](../_images/mathmpl/math-dcb2243778.png) `\hslash` | ![](../_images/mathmpl/math-f8daa97519.png) `\iiint` | -| ![](../_images/mathmpl/math-14a5baf1f1.png) `\iint` | ![](../_images/mathmpl/math-14a5baf1f1.png) `\iint` | ![](../_images/mathmpl/math-6a5f1c0ebd.png) `\imath` | -| ![](../_images/mathmpl/math-c899412e92.png) `\infty` | ![](../_images/mathmpl/math-cca8605565.png) `\jmath` | ![](../_images/mathmpl/math-ee226905c4.png) `\ldots` | -| ![](../_images/mathmpl/math-d78cd804a4.png) `\measuredangle` | ![](../_images/mathmpl/math-07933b21e0.png) `\natural` | ![](../_images/mathmpl/math-21d4b9ec5e.png) `\neg` | -| ![](../_images/mathmpl/math-a01094061c.png) `\nexists` | ![](../_images/mathmpl/math-fea35fa8ec.png) `\oiiint` | ![](../_images/mathmpl/math-7d9222c03b.png) `\partial` | -| ![](../_images/mathmpl/math-d4d8611cbc.png) `\prime` | ![](../_images/mathmpl/math-0525bc07de.png) `\sharp` | ![](../_images/mathmpl/math-799e766e98.png) `\spadesuit` | -| ![](../_images/mathmpl/math-96aad37e82.png) `\sphericalangle` | ![](../_images/mathmpl/math-e51ac520e2.png) `\ss` | ![](../_images/mathmpl/math-62e1ea5660.png) `\triangledown` | -| ![](../_images/mathmpl/math-91a36bab96.png) `\varnothing` | ![](../_images/mathmpl/math-449680794f.png) `\vartriangle` | ![](../_images/mathmpl/math-0716fbd542.png) `\vdots` | -| ![](../_images/mathmpl/math-6eca465169.png) `\wp` | ![](../_images/mathmpl/math-12713adf78.png) `\yen` | +| ![](http://matplotlib.org/_images/mathmpl/math-390d3dc75c.png) `\$` | ![](http://matplotlib.org/_images/mathmpl/math-7ffb7d798c.png) `\AA` | ![](http://matplotlib.org/_images/mathmpl/math-38501d21c9.png) `\Finv` | +| ![](http://matplotlib.org/_images/mathmpl/math-be84d4168e.png) `\Game` | ![](http://matplotlib.org/_images/mathmpl/math-3207fff524.png) `\Im` | ![](http://matplotlib.org/_images/mathmpl/math-482297a060.png) `\P` | +| ![](http://matplotlib.org/_images/mathmpl/math-6ea3150bfd.png) `\Re` | ![](http://matplotlib.org/_images/mathmpl/math-a99c89f6e1.png) `\S` | ![](http://matplotlib.org/_images/mathmpl/math-2fcd70072d.png) `\angle` | +| ![](http://matplotlib.org/_images/mathmpl/math-9db5c962c8.png) `\backprime` | ![](http://matplotlib.org/_images/mathmpl/math-8082fb34e8.png) `\bigstar` | ![](http://matplotlib.org/_images/mathmpl/math-4b07b72122.png) `\blacksquare` | +| ![](http://matplotlib.org/_images/mathmpl/math-8f8c0c020c.png) `\blacktriangle` | ![](http://matplotlib.org/_images/mathmpl/math-58162c32f0.png) `\blacktriangledown` | ![](http://matplotlib.org/_images/mathmpl/math-e90d63d41d.png) `\cdots` | +| ![](http://matplotlib.org/_images/mathmpl/math-800bb70468.png) `\checkmark` | ![](http://matplotlib.org/_images/mathmpl/math-762c3b5e9e.png) `\circledR` | ![](http://matplotlib.org/_images/mathmpl/math-52eae78384.png) `\circledS` | +| ![](http://matplotlib.org/_images/mathmpl/math-4d24dff6f8.png) `\clubsuit` | ![](http://matplotlib.org/_images/mathmpl/math-b225b29af4.png) `\complement` | ![](http://matplotlib.org/_images/mathmpl/math-8f454df900.png) `\copyright` | +| ![](http://matplotlib.org/_images/mathmpl/math-dbcc77f1d2.png) `\ddots` | ![](http://matplotlib.org/_images/mathmpl/math-bc54d541fc.png) `\diamondsuit` | ![](http://matplotlib.org/_images/mathmpl/math-923c665edb.png) `\ell` | +| ![](http://matplotlib.org/_images/mathmpl/math-51cd44e108.png) `\emptyset` | ![](http://matplotlib.org/_images/mathmpl/math-19f957fc71.png) `\eth` | ![](http://matplotlib.org/_images/mathmpl/math-cac5abe8bf.png) `\exists` | +| ![](http://matplotlib.org/_images/mathmpl/math-518af824c6.png) `\flat` | ![](http://matplotlib.org/_images/mathmpl/math-92a896986d.png) `\forall` | ![](http://matplotlib.org/_images/mathmpl/math-2525d5d71d.png) `\hbar` | +| ![](http://matplotlib.org/_images/mathmpl/math-eab5c7cdff.png) `\heartsuit` | ![](http://matplotlib.org/_images/mathmpl/math-dcb2243778.png) `\hslash` | ![](http://matplotlib.org/_images/mathmpl/math-f8daa97519.png) `\iiint` | +| ![](http://matplotlib.org/_images/mathmpl/math-14a5baf1f1.png) `\iint` | ![](http://matplotlib.org/_images/mathmpl/math-14a5baf1f1.png) `\iint` | ![](http://matplotlib.org/_images/mathmpl/math-6a5f1c0ebd.png) `\imath` | +| ![](http://matplotlib.org/_images/mathmpl/math-c899412e92.png) `\infty` | ![](http://matplotlib.org/_images/mathmpl/math-cca8605565.png) `\jmath` | ![](http://matplotlib.org/_images/mathmpl/math-ee226905c4.png) `\ldots` | +| ![](http://matplotlib.org/_images/mathmpl/math-d78cd804a4.png) `\measuredangle` | ![](http://matplotlib.org/_images/mathmpl/math-07933b21e0.png) `\natural` | ![](http://matplotlib.org/_images/mathmpl/math-21d4b9ec5e.png) `\neg` | +| ![](http://matplotlib.org/_images/mathmpl/math-a01094061c.png) `\nexists` | ![](http://matplotlib.org/_images/mathmpl/math-fea35fa8ec.png) `\oiiint` | ![](http://matplotlib.org/_images/mathmpl/math-7d9222c03b.png) `\partial` | +| ![](http://matplotlib.org/_images/mathmpl/math-d4d8611cbc.png) `\prime` | ![](http://matplotlib.org/_images/mathmpl/math-0525bc07de.png) `\sharp` | ![](http://matplotlib.org/_images/mathmpl/math-799e766e98.png) `\spadesuit` | +| ![](http://matplotlib.org/_images/mathmpl/math-96aad37e82.png) `\sphericalangle` | ![](http://matplotlib.org/_images/mathmpl/math-e51ac520e2.png) `\ss` | ![](http://matplotlib.org/_images/mathmpl/math-62e1ea5660.png) `\triangledown` | +| ![](http://matplotlib.org/_images/mathmpl/math-91a36bab96.png) `\varnothing` | ![](http://matplotlib.org/_images/mathmpl/math-449680794f.png) `\vartriangle` | ![](http://matplotlib.org/_images/mathmpl/math-0716fbd542.png) `\vdots` | +| ![](http://matplotlib.org/_images/mathmpl/math-6eca465169.png) `\wp` | ![](http://matplotlib.org/_images/mathmpl/math-12713adf78.png) `\yen` | 如果特定符号没有名称(对于 STIX 字体中的许多较为模糊的符号也是如此),也可以使用 Unicode 字符: -- GitLab