我想写一个矩阵,矩阵中的哪个元素有一个 下标,like this。
我试着写下降价代码
$$x=\left[\begin{matrix}(x(<sub>2</sub>))\\3\\2\\40\end{matrix}\right]$$
但它看起来像this。
有人能帮助我吗?非常感谢!
答案 0 :(得分:0)
这对我来说看起来不像是降价,而是像LaTeX。试试这个
$$x=\left[\begin{matrix}x_0\\x_1\\x_2\\\vdots\\x_n\end{matrix}\right]$$
要在LaTeX中创建下标,请使用下划线。如果它有多个字符,请使用花括号x_{10}
。