项目作者: hc-psy
项目描述 :
Numerical algorithms.
高级语言: Jupyter Notebook
项目地址: git://github.com/hc-psy/num.git
Numerical Analysis
Some basic numerical algorithms are provided. Enjoy!
- Genetic method
- Bisection method
- Simple iteration
- Newton’s method
- Secant method
Linear System
- Basic operation
- Row operation
- Gauss elimination
- LU decomposition
- Solving triangular system
Orthogonality & EV
- Inverse power method
- Power method
- Orthogonalization of vectors
- Gram-Schmidt processing
- QR decomposition
(updating…)