0

Let $A_{n\times n}$ be a diagonally dominant matrix such that each diagonal entry is negative and of absolute value strictly less than $1$, while each nondiagonal entry is nonnegative. Then is it true that $$\lim_{t\rightarrow \infty}e^{At}=\mathbf{0}_{n\times n}.$$ I expect it is true, but I do not have a proof.

Is it true that $A$ is negative definite?

1 Answers1

2

For simply diagonally dominant it is not true. The counterexample is $$ A=\left[\matrix{-1 & 1\\1 & -1}\right]. $$

For strictly diagonally dominant: assume that the matrix $A=\{a_{ij}\}$ satisfies

  • $a_{ij}\ge 0$, $i\ne j$
  • $a_{ii}+\sum_{j\ne i}a_{ij}<0$

then by Gerschgorin's theorem all the eigenvalues of $A$ have negative real parts, i.e. the matrix $A$ is stable, therefore, the result follows (see here or here).

A.Γ.
  • 29,518