Skip to content

Commit a169204

Browse files
committed
doc: 添加复数概念文档
1 parent 333c0ae commit a169204

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- [包管理工具](./pip.md)
2929
- [基础语法](./basic-syntax.md)
3030
- [变量类型](./variable-types.md)
31+
- [复数](./complex.md)
3132
- [运算符](./operators.md)
3233
- [if判断](./if-statement.md)
3334
- [循环](./loops.md)

complex.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 复数
2+
3+
> 我们把形如 `a+bi`(a,b均为实数)的数称为复数,其中 `a` 称为实部,`b` 称为虚部,i称为虚数单位。当虚部等于零时,这个复数可以视为实数;当z的虚部不等于零时,实部等于零时,常称z为纯虚数。复数域是实数域的代数闭包,也即任何复系数多项式在复数域中总有根
4+
5+
- 详情见参考文献
6+
7+
## 参考
8+
9+
- [复数](https://baike.baidu.com/item/%E5%A4%8D%E6%95%B0/254365?fr=aladdin)
10+
- [复数——概念和代数运算](https://blog.csdn.net/qq_39670434/article/details/79678103)

0 commit comments

Comments
 (0)