0
点赞
收藏
分享

微信扫一扫

ubuntu 22.04 更新NVIDIA显卡驱动,重启后无网络图标等系统奇奇怪怪问题

_刘彦辉 2023-10-06 阅读 20
qt

问题描述:
在利用latex编写方程组时,可以有很多种方法,但不总是编辑好的公式能够显示出编号,故提出一种有效的方程组编写方法
方法:

\begin{equation}
	X_{ t+1}=\left \{ \begin{matrix}
		\frac{x_{i}}{a} \quad\quad  0< a < 0.5    \\
		\frac{x_{i} }{1-a} \quad\quad 0.5< a< 1  \\
	\end{matrix} \right.
\end{equation}

其中\前的为方程组中的方程用\来分割
结果展示:
在这里插入图片描述

举报

相关推荐

0 条评论