到此为止

This commit is contained in:
estomm
2020-09-29 17:08:48 +08:00
parent cab0b5fb9b
commit 26f4221a56
10 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -3,7 +3,7 @@ SciPy is a collection of mathematical algorithms and convenience functions built
Scipy是一个高级的科学计算库建立在低一级的numpy的多维数组之上。Scipy有很多子模块可以完成不同的操作如傅里叶变换、插值运算、优化算法和数学统计等。Scipy的常用的子模块如下
```py
scipy.cluster 向量量化
scipy.cluster 向量量化k-means
scipy.constants 数学常量
scipy.fftpack 快速傅里叶变换
scipy.integrate 积分

0
Python/scipy/15misc.md Normal file
View File

0
Python/scipy/16odr.md Normal file
View File

View File

0
Python/scipy/9sparse.md Normal file
View File

3
Python/scipy/README.md Normal file
View File

@@ -0,0 +1,3 @@
# 说明
别纠结了这一部分就直接参考官方的教程跟api文档就好了不用学习。你需要学的是数学。然后每次遇到数学问题查手册解决。

Binary file not shown.