155 Views
Asked by
Bumbble Commhttps://math.techqa.club/user/bumbble-comm/detail
At
I have a $n$x$n$ matrix P where the sum of each row = 0 (the individual entries are real but can be negative). Clearly P is not invertible. Can we show that I+P is invertible?
If $P = \left( \begin{array}{cc} -1 & 1 \\ 0 & 0 \\ \end{array} \right)$ then $P + I = \left( \begin{array}{cc} 0 & 1 \\ 0 & 1 \\ \end{array} \right)$ which is not invertible.