**Note:** It is not recommended to use `FindEigenvalues()` with this method because it is unstable when deflating the matrix.
### PowerMethodShift & InversePowerMethodShift
If you want to compute the eigenvalues of a matrix A using the Power Method with shift or the Inverse Power Method with shift, you can do the following: