Question: Consider some $n\times n$ matrix, $A$, with scalers $c_1,c_2,\dots,c_n$ along the bottom row, $1$'s directly above the diagonal, and $0$'s everywhere else including along the diagonal. We want to show that the characteristic and minimal polynomials are the same.
For the characteristic polynomial, I know I can find the value of $|\lambda I-A|$, where $\lambda$ is an eigenvalue of $A$, and $I$ is the identity matrix. Once I find the characteristic polynomial, I know that the minimal polynomial must divide it, so I can start taking the factors of the minimal polynomial and raising them to powers less than or equal to the degree of the the factors in the characteristic polynomial until I get $0$ when multiplying. I suppose I am just not getting the calculations to come out nicely, so I was wondering if this is the best way to do it, or if there is a better method. Thank you!