Assume that is invertible. If we perturb slightly, we can easily compute .
What do we mean by perturbing slightly?
Letβs consider two vectors and and define the matrix
that is . Then, SMW can be used to compute the inverse of .
The key observation is that is a scalar. If we have , we can compute following these steps:
- : a vector
- : a dot product. We get out a scalar.
- Divide by the scalar : .
- Multiply by that scalar: .
- Solve again using : .
- Calculate the final result .