1

A= $$ \begin{bmatrix} 3 & 0 & 0 \\ 2 & 7 & 0 \\ 4 & 8 & 1\\ \end{bmatrix} $$

For which values of k this expression holds true :

$$\sum_{n=1}^\infty k^n(A^n+kA^{n+1}) = kA $$

What I did

$$\sum_{n=1}^\infty k^n(A^n+kA^{n+1}) = kA - k^{N+1}A^{N+1}$$ as $N \rightarrow \infty$ using method of differences

$-1<k<1$

But the answer is

$-1/7<k<1/7$

Any help is appreciated

AKA Death
  • 177

1 Answers1

1

The diagonal entries of $A^n$ are $1, 7^n$ and $3^n$. $k$ must be small enough to send each of those towards zero.

Empy2
  • 50,853