We have $A$ is an upper triangular matrix of order $n$ with $a_1,a_2,\cdots,a_n$ are the diagonal entries and rest element above the diagonal are anything.Then how can we prove that product of following matrix is zero.
$$(A-a_1I)(A-a_2I)\cdots(A-a_nI)=0$$,where $ 0$ is the zero matrix of order $n.$
MY TRY:The eigen values of matrix $A$ are the diagonal entries $a_1,a_2,\cdots,a_n$.We can also get eigen vector but i don't know how it help to solve my problem$?$ Thank you.
The characteristic polynomial $\chi_{A} = \det\big( X\mathrm{I}_n - A \big)$ is :
$$ \chi_{A}(X) = \prod \limits_{i=1}^{n} (X - a_i) $$
because $A$ is upper triangular.
It follows from Caley-Hamilton theorem that $\chi_{A}(A) = 0$.