Least additive modification to a matrix to make it invertible.

$\begingroup$

Would it be well defined? Say I have a matrix $\bf A$ which I know is not invertible. Is there some way to define the "minimal added contribution" $\bf B$ that will make it invertible?


Own work: I've been thinking maybe something like this will make it well defined in some sense: $$\min_{\bf B,P}\{\epsilon_1\|(\bf A+ B)P-I\|+ \epsilon_2\|B\|\}$$ Where $\bf P$ is the candidate inverse. But I doubt it would be very well behaved since $\bf B$ and $\bf P$ are multiplied together.

$\endgroup$ 1

3 Answers

$\begingroup$

For any matrix $A$, $A + \epsilon I$ will be invertible for sufficiently small nonzero $|\epsilon|$.

$\endgroup$ 4 $\begingroup$

What you want to find is an addition that would make $\det (A+B)\ne 0$. Now since $\det A$ is a polynomial in the elements of $A$ you would have that there are arbitrarily small such additions.

$\endgroup$ 3 $\begingroup$

If you mean the the least $k$ such that changing the values of $k$ elements of $A$ results in an invertible matrix, then $n-r$, where $A$ has order $n$ and rank $r$.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like