答案1
这可能是一个解决方案:
\documentclass{article}
\begin{document}
\[%
\begin{array}{ccccc}
a_1 & a_2 & a_3 & \ldots & a_n\\
1 & 0 & 0 & \ldots & 0 \\
0 & 1 & 0 & \ldots & 0 \\
0 & 0 & 1 & \ldots & 0 \\
\vdots & \vdots & \vdots & \ddots & \vdots \\
0 & 0 & 0 & \ldots & 1
\end{array}%
\]
\end{document}
尽管我不确定最后一行和最后一列是否正确。
这就是结果