I have a matrix $A \in \mathbb{R}^{m x n}$ which has independent columns.
I want to find the smallest perturbation which will make it have a kernel and a vector in that kernel.
Something like
$$ \min_{x, E} \| E \|_F \quad \text{s.t.} \quad ( A + E ) x = 0 $$
How can I find $x$?
My gut tells me it will be given by the SVD, I am just not sure how to formulate this.
Sketching a solution: