Final
Final
of A.
The singular values of matrix A are the square roots of the non-negative
eigenvalues of ATA.
σi=√ λi
3. Definition/Formulas of SVD
-Formulas:
A=UΣVT
Where:
In math:
In real life:
Data Compression: SVD reduces the size of large datasets while keeping key
information.
7. Take two examples of SVD finding (examples from Internet/books are not
allowed) :
o One with a matrix of size 2 rows x 3 columns and the rank of the matrix is
2
o One with a matrix of size 2 rows x 3 columns and the rank of the matrix is
1
1 2 3
Matrix: A = ( )
9 1 7
( )( )
1 9
T 1 2 3
A A= 2 1
9 1 7
3 7
( )
82 11 70
= 11 5 17
70 17 58
( )
8 2−λ 11 70
T
A A = 11 5−λ 17
70 17 58−λ
1.1 Question 2
( )
1 2 2
Question 2 (1.5 points): Find a matrix P that diagonalizes A= 2 1 1
0 0 1
( ) ( )
1 2 2 1 0 0
With matrix A= 2 1 1 and I= 0 1 0
0 0 1 0 0 1
( )
1−λ 2 2
So det(A−λI)= 2 1−λ 1
0 0 1−λ
= (1− λ)