新增
This commit is contained in:
parent
5716f2fed8
commit
0a561aa9e5
8
知识点/加法.md
Normal file
8
知识点/加法.md
Normal file
@ -0,0 +1,8 @@
|
||||
# 加法
|
||||
|
||||
> 加法(addition,通常用加号“+”表示)是基本的算术运算之一,与减法、乘法、除法合称“四则运算”。两个自然数相加是将他们组合起来的总量。
|
||||
|
||||
## 性质
|
||||
|
||||
- 交换律 $a+b=b+a$
|
||||
- 结合律 $(a+b)+c = a+(b+c)$
|
8
知识点/单位.md
Normal file
8
知识点/单位.md
Normal file
@ -0,0 +1,8 @@
|
||||
# 单位
|
||||
|
||||
**做题时应单位统一!!!**
|
||||
|
||||
## 长度单位
|
||||
|
||||
$1米(m)=10分米(dm)=100厘米(cm)=1000毫米(mm)=0.001千米(km)$
|
||||
|
9
知识点/数集.md
Normal file
9
知识点/数集.md
Normal file
@ -0,0 +1,9 @@
|
||||
# 数集
|
||||
|
||||
| 名称 | 符号 |
|
||||
| ------ | --------------------------------------------- |
|
||||
| 正整数 | $\mathbb{Z}^+ = \{1,2,3\dots\}$ |
|
||||
| 自然数 | $\mathbb{N} = \{0,1,2,3\dots\}$ |
|
||||
| 负整数 | $\mathbb{Z}^- = \{\dots-3,-2,-1\}$ |
|
||||
| 整数 | $\mathbb{Z} = \{\dots-3,-2,-1,0,1,2,3\dots\}$ |
|
||||
| | |
|
12
知识点/符号.md
Normal file
12
知识点/符号.md
Normal file
@ -0,0 +1,12 @@
|
||||
# 符号
|
||||
|
||||
| 名称 | 符号 | LaTeX |
|
||||
| ------ | -------- | -------- |
|
||||
| 加号 | $+$ | `+` |
|
||||
| 减号 | $-$ | `-` |
|
||||
| 乘号 | $\times$ | `\times` |
|
||||
| 除号 | $\div$ | `\div` |
|
||||
| 等号 | $=$ | `=` |
|
||||
| 小于号 | $\lt$ | `\lt` |
|
||||
| 大于号 | $\gt$ | `\gt` |
|
||||
| | | |
|
Loading…
Reference in New Issue
Block a user