你好,有人可以帮我解释一下方程式开头的矩阵符号吗?

你好,有人可以帮我解释一下方程式开头的矩阵符号吗?

需要获取此代码,我不明白如何在以下情况下写 (N x 1):

矩阵

答案1

amsmath这是的工作\underset

\documentclass{article}

\usepackage{amsmath}

\begin{document}

\[
\underset{(N \times 1)}{\mathbf{R}_t}
\]

\end{document}

在此处输入图片描述

相关内容