This came up on an exam recently as extra credit. The first part was to find the characteristic polynomial, $f_A = \text{det(}A - xI_n)$ where $I_n$ is the n by n identity matrix, of $A = \left| \begin{array}{ccc} 1 & 1 & 1 \\ a & b & c \\ a^2 & b^2 & c^2 \end{array} \right|.$ and that's easy enough with some basic calculations and brute force. But the second part asks for a general n x n Vandermonde matrix like $$B = \left| \begin{array}{ccc} 1 & & 1 \\ a_1 & ... & a_n \\ ... & & ... \\ a_1^{n-1} & & a_n^{n-1} \end{array} \right|.$$
I cant find anything in our book or the internet about the second part. Is there a "good" way to find the characteristic polynomial of B?
I know nothing of the values $a_i$ in the matrix if that makes any difference at all.
Thanks in Advance for any assistance.
EDIT: It turns out that this question was put on the exam last minute and the Professor thought it should be easy because the determinant is easy; Its not. So I don't even know if this has an answer.