This commit is contained in:
赵鑫 2022-08-16 13:04:43 +08:00
parent 361971c51f
commit 29f30e0980
3 changed files with 29 additions and 1 deletions

26
数学公式编辑.md Normal file
View File

@ -0,0 +1,26 @@
# 数学公式编辑
- $ 3^2+4^2=5^2 $
- $ 3^3+4^3+5^3=6^3 $
- $ 10^2+11^2+12^2=13^2+14^2 $
- $ 11^3+12^3+13^3+14^3=20^3 $
- $ 21^2+22^2+23^2+24^2=25^2+26^2+27^2 $
- $ 36^2+37^2+38^2+39^2+40^2=41^2+42^2+43^2+44^2 $
- $ 55^2+56^2+57^2+58^2+59^2+60^2=61^2+62^2+63^2+64^2+65^2 $
MathJax
| 名称 | LaTeX语法 | 显示效果 | 用途 |
| -------- | ---------------- | ------------------ | -------- |
| 普通字体 | `\mathnormal{N}` | $ \mathnormal{N} $ | |
| 手写字体 | `\mathcal{N}` | $ \mathcal{N} $ | |
| 空心粗体 | `\mathbb{N}` | $ \mathbb{N} $ | 表示数集 |
| | | | |
| | | | |
方程组
$$\begin{cases}
1+1=2\\
2+2=4
\end{cases}$$

View File

@ -31,4 +31,6 @@ $$ \sum_{k=1}^{n}{m} = \underbrace{m + m + m + \cdots + m}_{n} = m \times n $$
| 8 | 8 | 16 | 24 | 32 | 40 | 48 | 56 | 64 | 72 |
| 9 | 9 | 18 | 27 | 36 | 45 | 54 | 63 | 72 | 81 |
## 竖式计算
$ \begin{array}{ccc} &1&2\newline\times&&3\newline \hline &&6\newline&3&0 \end{array} $

View File

@ -7,7 +7,7 @@
问:明明给小强几张邮票后两个人的邮票就一样多了?
```
$ a - x = b + x \space (a \in \Bbb{N}, b \in \Bbb{N}, a>b) $
$ a - x = b + x \qaud (a \in \Bbb{N}, b \in \Bbb{N}, a>b) $
## 解法1