Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

JingyuanHe1222/LinearAlgorithms

Repository files navigation

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