我建议您将第 1 行替换0 & ... & 0
为0\dots0
。
\documentclass{article}
\usepackage{amsmath}
\usepackage{newtxtext,newtxmath} % optional
\begin{document}
\begin{equation}
\begin{pmatrix}
1 & 1 & 0\dots0 \\
0 & 0 & \\
\vdots & \vdots & I_{N-2} \\
0 & 0 &
\end{pmatrix}
\end{equation}
\end{document}