4

Suppose $\mathbf{A}\in \mathbb{R}^{n\times n}$ is non-singular and its inverse $\mathbf{A}^{-1}$ is known. We would like to compute $\mathbf{B}^{-1}$ where we assume that $\mathbf{B} = \mathbf{A}+\mathbf{I}$ is also non-singular. Directly computing the inverse of $\mathbf{B}$ requires the order of $O(n^3)$. My question is that is there any way of computing $\mathbf{B}^{-1}$ with reduced complexity, say $O(n^2)$?

0 Answers0