I want to construct a $2022\times 2022$ matrix $A$ such that $A^{2022}=0$ but $A^{2021} \neq 0$. More generally, I want to know how to construct a $n\times n$ matrix $A$ such that $A^n=0$ but $A^{n-1} \neq 0$. Any ideas?
2026-03-28 08:42:00.1774687320
Construct a $2022\times 2022$ matrix $A$ such that $A^{2022}=0$ but $A^{2021} \neq 0$
213 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
One such matrix is $A=(a_{ij})$ where $$a_{ij}=\begin{cases} 0 & j\neq i+1\\ 1 & j=i+1 \end{cases}$$