July 5, 2021
GMRES & Conjugate Gradient – pt. II : GMRES and Krylov subspaces, Arnoldi and Lanczos methods, conjugate gradient method, and code.July 1, 2021
GMRES & Conjugate Gradient – pt. I : Direct and iterative methods for solving a linear system of equations, including GMRES, with code.June 29, 2021
QR for eigen decomposition : Power method and the QR iteration, with code.June 25, 2021
Gram-Schmidt Orthogonalisation : Gram-Schmidt, Modified Gram-Schmidt, QR factorisation, with code.