GATE-2016
Q51. The singular value Decomposition of a square matrix ‘J’ is given by J= UλVT. The inverse of matrix ‘J’ will be
A) J-1 = Uλ-1 V T
B) J-1 = Vλ-1UT
C) J-1 = UTλ-1VT
D) J-1 = Uλ-1V
Solution:
A computing the inverse of a matrix using SVD
A square matrix A is non singular if σi not equal to zero , for all i
A is a n*n nonsingular matrix, then its inverse is given by
A= UDVT
A-1= VD-1UT
Where D-1 =diag (1/σ1, 1/σ2………………1/σn)
If A is singular or ill-conditioned, then we can use SVD to approximate its inverse by the following matrix
A-1 = (UDVT) -1
= VD-1UT
D-1= { 1/σi , if σi >t
O , otherwise
( where t is a small therehold)
J= UλVT
The inverse of matrix J= Vλ-1UT
J-1=VλUT
Can this question be explained in more detail? I did not understand the given solution.
ReplyDeletePlease read this below link, They given some best examples also.
Deletehttps://towardsdatascience.com/understanding-singular-value-decomposition-and-its-application-in-data-science-388a54be95d