diff --git a/数学公式编辑.md b/数学公式编辑.md new file mode 100644 index 0000000..6931479 --- /dev/null +++ b/数学公式编辑.md @@ -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}$$ diff --git a/知识点/乘法.md b/知识点/乘法.md index 3681bb9..d65a53f 100644 --- a/知识点/乘法.md +++ b/知识点/乘法.md @@ -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} $ diff --git a/问题/均贫富.md b/问题/均贫富.md index 0bb53e4..34d100e 100644 --- a/问题/均贫富.md +++ b/问题/均贫富.md @@ -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