查看原题
计算行列式 $ D=\left|\begin{array}{cccc}
1 & -1 & 1 & x-1 \\
1 & -1 & x+1 & -1 \\
1 & x-1 & 1 & -1 \\
x+1 & -1 & 1 & -1
\end{array}\right| \text {. }$
                        
不再提醒