答案1
这为矩阵添加了支柱。1.3 和 1.4 之间的大小突然增加。
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{equation}
\begin{bmatrix}
S_{11} &\cdots & S_{1(i-1)} \\
\vdots & & \vdots \\
S_{(i-1)1} & \cdots & S_{(i-1)(i-1)}
\end{bmatrix}
=
\begin{bmatrix}
\rule{0pt}{1.4\ht\strutbox}
S_{11} &\cdots & S_{1(i-1)} \\
\vdots & & \vdots \\
S_{(i-1)1} & \cdots & S_{(i-1)(i-1)}
\rule[-1.4\dp\strutbox]{0pt}{0pt}
\end{bmatrix}
\end{equation}
\end{document}