- 3.7
- 高斯-若尔当消去法
- 道立特分解法
- 追赶法
- 高斯-赛德尔迭代法
- 松弛法
- BM
- BMZ
- 试位法
- 简单迭代法
- 埃特金法
- 牛顿迭代法
- 重根加速法
- 弦截法
- 牛顿下山法
- 拉格朗日插值法
- 牛顿插值法
- matplotlib
- numpy
- scipy
进入requirements.txt所在目录,执行pip install -r requirements.txt
使用git:
git clone https://github.com/black-programmer/toolbox.git cd toolbox python setup.py sdist pip install dist/toolbox-1.0.tar.gz
import toolbox ...
具体使用方法以及包含的功能参见toolbox/doc/doc.md
测试用例位于test/test.py