How to find determinant of the matrix $N\times N$

164 Views Asked by At

How to find determinant of the matrix NxN? $$ \left| \begin{array}{ccccc} a^{n} & (a - 1)^{n} & \cdots & (a-n)^{n} \\ a^{n - 1} & (a - 1)^{n - 1} & \cdots & (a-n)^{n - 1} \\ \cdots & \cdots & \cdots & \cdots \\ a & a - 1 & \cdots & a-n\\ 1 & 1 & \cdots & 1 \end{array} \right| $$

1

There are 1 best solutions below

1
On BEST ANSWER

Check the article for Vandermonde Matrix!