If I am to find a non-zero vector in the kernel of a singular matrix $A$, that is, an eigenvector to the eigenvalue 0, how do I get the power iteration with shift to converge to a such vector?
Obviously I cannot choose shift 0, as the $A$ will be numerically singular.
Thanks in advance