Let $A$ be a strictly substochastic matrix (i.e., nonnegative elements and row sums strictly less than one) and let $M = (I-A)^{-1}.$ Since $I-A$ is an M-matrix, I know that matrix $M$ has all nonnegative entries. Simulations also show that $m_{ii} \geq m_{ji}$ for all $i,j$. Is that true in general?
This is true in the 2x2 case, since letting $\Delta$ be the determinant of $I-A$ (which is positive), then $m_{11} = (1-a_{22}) / \Delta$ while $m_{21} = a_{21} / \Delta$, and so $a_{21} + a_{22} < 1$ implies that $m_{11} > m_{21}$, and similarly $m_{22} > m_{12}$.
It is also easy to show it directly in the 3x3 case. Perhaps one can show by induction, but I imagine that this is a well known result?