Singular value decomposition of matrix shifted by a constant

545 Views Asked by At

This may be trivial but I couldn't figure it out. If SVD of matrix $X$ is $X = U \Sigma V^*$. For a constant value $c$ what is the SVD of $X-c$ ? From experiments it looks like only the largest singular value is affected.

1

There are 1 best solutions below

0
On

This problem is addressed in Shifted Randomized SVD algorithm. An implementation is available here.