JingyuanHe1222 / LinearAlgorithms

Algorithms for linear analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinearAlgorithms

This repository includes the python implementations of linear programming algorithms as the following:

  • LU Decomposition
  • LU-PA Decomposition
  • Gaussian Elimination by Inner/Outer Product
  • Gaussian Elimination with Partial Pivoting
  • QR Decomposition by Householder Reflection
  • Orthogonal Iteration for Eigenvalues
  • QR Iteration (Fracis Algorithm) for Eigenvalues

About

Algorithms for linear analysis

License:MIT License


Languages

Language:Jupyter Notebook 80.0%Language:Python 20.0%