项目作者: hc-psy

项目描述 :
Numerical algorithms.
高级语言: Jupyter Notebook
项目地址: git://github.com/hc-psy/num.git
创建时间: 2020-01-29T13:51:38Z
项目社区:https://github.com/hc-psy/num

开源协议:

下载


Numerical Analysis

Some basic numerical algorithms are provided. Enjoy!

Extract Root

  • 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…)