- #1
rputra
- 35
- 0
I am working on this problem which has been baffling me since the beginning: Prove that $A^k = 0$ and $A^{k-1} \neq 0$ if $A_{k \times k}$ is a zero matrix but with entries of 1's right above its diagonal. For example, if $k = 3$ the it will look like this
$$\begin{pmatrix}
0 &1 &0\\
0 &0 &1\\
0 &0 &0\\
\end{pmatrix},$$
with small diagonal of 1's slanted parallel to the main diagonal. The hint I have been getting suggests me to use standard basis vectors. For example, in the case of $k = 3$, we have $e_1 = (1,0,0), \ e_2 = (0,1,0), \ e_3 = (0,0,1)$. Then I need to find out what are $Ae_1, \ Ae_2, \ Ae_3$, etc. After that I have to continue with $A^2 e_1, \ A^2 e_2, \ A^2 e_3,$ etc. But even with these hints, I am still confused. Any help or guidance will be very much appreciated. Thank you in advance for your help and effort.
$$\begin{pmatrix}
0 &1 &0\\
0 &0 &1\\
0 &0 &0\\
\end{pmatrix},$$
with small diagonal of 1's slanted parallel to the main diagonal. The hint I have been getting suggests me to use standard basis vectors. For example, in the case of $k = 3$, we have $e_1 = (1,0,0), \ e_2 = (0,1,0), \ e_3 = (0,0,1)$. Then I need to find out what are $Ae_1, \ Ae_2, \ Ae_3$, etc. After that I have to continue with $A^2 e_1, \ A^2 e_2, \ A^2 e_3,$ etc. But even with these hints, I am still confused. Any help or guidance will be very much appreciated. Thank you in advance for your help and effort.