查看原题
计算 $n$ 阶行列式:

$$
D_n=\left|\begin{array}{ccccc}
x & a & a & \cdots & a \\
a & x & a & \cdots & a \\
a & a & x & \cdots & a \\
\vdots & \vdots & \vdots & \ddots & \vdots \\
a & a & a & \cdots & x
\end{array}\right|
$$
                        
不再提醒