Let
Find the characteristic polynomial of .
There are several ways to compute , including the Laplace expansion and the permutation expansion. They are doable, but it would be easier to compute by the formula
where
For , the set can be , , , . The corresponding matrices are , , , with their determinant , , , , respectively. Therefore,
For , the set can be
The corresponding matrices are
with their determinant , , , , , , respectively. Therefore,
For , the set can be
The corresponding matrices are
with their determinant , , , , respectively. Therefore,
For , the only is and . Since is a Vandermonde matrix, one may easily calculate its determinant
In summary, the characteristic polynomial is
With Sage, you may run the code below or simply click here to find the answer.
This note can be found at Course website > Learning resources.