0002. 公式
1. 🔗 markdown-it-mathjax3 github page
https://tani.github.io/markdown-it-mathjax3/
2. 💻 vitepress 公式支持测试
md
Maxwell's Equations
equation | description
----------|------------
$\nabla \cdot \vec{\mathbf{B}} = 0$ | divergence of $\vec{\mathbf{B}}$ is zero
$\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} = \vec{\mathbf{0}}$ | curl of $\vec{\mathbf{E}}$ is proportional to the rate of change of $\vec{\mathbf{B}}$
$\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} = \frac{4\pi}{c}\vec{\mathbf{j}} \nabla \cdot \vec{\mathbf{E}} = 4 \pi \rho$ | _wha?_

1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Maxwell's Equations
equation | description |
---|---|
divergence of | |
curl of | |
wha? |
md
- $O(n)$
- $O(n^2)$
- $O(log n)$
1
2
3
2
3