Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 440 Bytes

Python Linalg Module

Code for a project investigating various linear algebra algorithms including:

  • Matrix multiplication:

  • Matrix reductions:

    • Givens Rotations
    • Householder Reflections
    • Upper Hessenberg Reduction
  • The QR algorithm:

    • Naive
    • Upper Hessenberg