Matrix with characteristic equation equal to the rows of pascal triangle

52 Views Asked by At

Given the polynomial $P_n(x)$ corresponding to the $n$-th row of the Pascal triangle, find the matrix with characteristic equation $P_n(x)$.

Is there any way of doing this without using the binomial coefficient closed form solution? That is, just using the recurrence relation that defines the Pascal Triangle.