CSE6643/MATH6643: Numerical Linear Algebra: Haesun Park
CSE6643/MATH6643: Numerical Linear Algebra: Haesun Park
Haesun Park
hpark@cc.gatech.edu
Lecture 1
Q = Q1 , Q2
Least Squares
Overdetermined system solving Ax b where A : m n with m n
If a square system, we know how to solve: normal equations, or QRD
Reduced QR Decomposition: distance preserving dimension reduction
method
QRD: efficient updating and downdating methods exist
Rank Deficiency: Q is not the basis for range(R) if rank(A) is not full
Pivoted QR decomposition, Rank Revealing QR decomposition or the SVD
is needed if rank(A) is not full
Eigenvalue problem Ax = x, x 6= 0
Symmetric vs. Non-symmetric
For which matrices eigenvalues are easy to find?
What transformations allowed? Similarity transformations. Two matrices A
and B are similar if B = X 1 AX for a nonsingular matrix X. Then the
characteristic polynomials of A and B are the same.
Algorithms for Symmetric Eigenvalue Problems
Jacobi algorithm
QR algorithm (1960)
One of the matrix factorization algorithms with the greatest impact
Francis, Kublanovskaya, Wilkinson
Iterative, in symmetric case, typically it converges cubically
EISPACK, LAPACK, NAG, IMSL, Numerical recipes, MATLAB, Maple,
Mathematica
Power method: to find the leading eigenvalue, eigenvector, PageRank