|
|
Line 1: |
Line 1: |
| <html> | | <html> |
| <!--这里使用了bootcss的cdn来加速访问--> | | <!--这里使用了bootcss的cdn来加速访问--> |
− | <script src="https://cdn.bootcss.com/mathjax/2.7.2/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
| + | |
| <script type="text/x-mathjax-config"> | | <script type="text/x-mathjax-config"> |
| MathJax.Hub.Config({ | | MathJax.Hub.Config({ |
Line 62: |
Line 62: |
| | | |
| <!--这里使用了bootcss的cdn来加速访问--> | | <!--这里使用了bootcss的cdn来加速访问--> |
− | <script src="https://cdn.bootcss.com/mathjax/2.7.2/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
| |
| <script type="text/x-mathjax-config"> | | <script type="text/x-mathjax-config"> |
| MathJax.Hub.Config({ | | MathJax.Hub.Config({ |
Revision as of 15:54, 16 October 2018
Majax 测试
简单公式
$$
e^x=\lim_{n\to\infty} \left( 1+\frac{x}{n} \right)^n
\qquad (1)
$$
$$
x_1 = \frac{-b+\sqrt{b^2-4ac}} {2a}
\qquad (2)
$$
$$
x_1 = \frac{-b-\sqrt{b^2-4ac}} {2a}
\qquad (3)
$$
使用LaTeX语法对齐
\begin{align}
\sqrt{37} & = \sqrt{\frac{73^2-1}{12^2}} \\
& = \sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}} \\
& = \sqrt{\frac{73^2}{12^2}}\sqrt{\frac{73^2-1}{73^2}} \\
& = \frac{73}{12}\sqrt{1 - \frac{1}{73^2}} \\
& \approx \frac{73}{12}\left(1 - \frac{1}{2\cdot73^2}\right)
\end{align}
流程图
$\require{AMScd}$
\begin{CD}
A @>a>> B\\
@V b V V center @VV c V\\
C @>>d> D
\end{CD}