Let $M$ be an invertible real matrix.
If I multiply one line ( or column ) by a scalar, what can I say about it's new inverse in regard of the old one?
Example : I have $M$ as $3 \times 3$ real matrix. Let's have $M'$ where the last line is multiplied by $-1$. Is there any information on $M'^{-1}$ from $M^{-1}$ ? Like we know that $det(M') = -1 \cdot det(M)$.
Working on it let me found the following :
Multiplying the n-th column of a matrix $M$ by $x$ is the same as doing $M.A$, where A is the identity, except on the n-th column, n-th row where it is $x$.
In my particular case, with -1, $A^{-1}=A$. So $M'^{-1} = AM^{-1}$ which translates to multiplying the n-th row of $M^{-1}$ by $-1$ which is the same answer as User8128.