filmov
tv
Harvard AM205 video 5.9 - Krylov methods: Arnoldi iteration and Lanczos interation
Показать описание
Harvard Applied Math 205 is a graduate-level course on scientific computing and numerical methods. This video introduces Krylov methods, which are a family of methods for computing eigenvalues of matrices, and solving them. Krylov methods do not require direct access and manipulation of the matrix elements; it is only necessary to perform matrix multiplication, making the methods well suited to sparse matrices.
The video first introduces the Arnoldi iteration that can apply to a general matrix, and then specializes to the Lanczos iteration that applies to symmetric matrices, resulting in a large algorithmic speedup. A Python example of the Lanczos iteration is presented and discussed. The Python example is based on an example in the textbook "Numerical Linear Algebra" by Lloyd N. Trefethen and David Bau III.
NOTE: this video has been posted prior to videos 5.7 & 5.8. The videos 5.7 & 5.8 form a self-contained section and will be posted at a later date.
The video first introduces the Arnoldi iteration that can apply to a general matrix, and then specializes to the Lanczos iteration that applies to symmetric matrices, resulting in a large algorithmic speedup. A Python example of the Lanczos iteration is presented and discussed. The Python example is based on an example in the textbook "Numerical Linear Algebra" by Lloyd N. Trefethen and David Bau III.
NOTE: this video has been posted prior to videos 5.7 & 5.8. The videos 5.7 & 5.8 form a self-contained section and will be posted at a later date.
Harvard AM205 video 4.9 - Quasi-Newton methods
Harvard AM205 video 4.3 - Newton and secant methods
Harvard AM205 video 3.9 - ODE convergence
Harvard AM205 video 4.10 - Sequential quadratic programming
Harvard AM205 video 3.5 - Finite-difference approximations
Harvard AM205 video 3.2 - Numerical integration
Harvard AM205 video 2.9 - Householder triangularization
Harvard AM205 video 0.1 - Introduction
Harvard AM205 video 2.1 - Introduction to numerical linear algebra
Harvard AM205 video 1.2 - Interpolating discrete data
Harvard AM205 video 3.16 - Partial differential equations
Harvard AM205 video 1.1 - Introduction to data fitting
Harvard AM205 video 3.12 - ODE error estimation
Harvard AM205 video 3.7 - ODE initial value problems
Harvard AM205 video 2.5 - LU pivoting and Cholesky factorization
Harvard AM205 video 1.8 - Nonlinear least squares
Harvard AM205 video 4.4 - Multivariate root-finding methods
Harvard AM205 video 5.3 - Gershgorin circle theorem & eigenvalue sensitivity
Harvard AM205 video 3.15 - ODE boundary value problems
Harvard AM205 video 1.7 - Underdetermined least squares
Harvard AM205 video 3.19 - Accuracy and stability for finite-difference schemes
Harvard AM205 video 2.12 - Low-rank approximation
2-7 Givens rotations
Using Householder Method to decompose a matrix into QR
Комментарии