SVD of matrix plus diagonal matrix and inversed

995 Views Asked by At

Assume we have a matrix $Z$ and we know its singular value decomposition. So, based on this, is there any trick for computing SVD of $(Z+cI)^{-1}$, where $cI$ is identity matrix, multiplied by some real-valued constant.

Thanks!