latex编号问题请问下图怎样实现,方程组内既有中文又是两个方程分别编号的,求高手解答

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/01 00:08:08

latex编号问题

请问下图怎样实现,方程组内既有中文又是两个方程分别编号的,求高手解答


用cases宏包

\begin{numcases}{}

\frac{dy(t)}{dt}=f(0)y(t),当x^*=0时\\

\frac{dy(t)}{dt}=x^*f'(x^*)y(t-\tau),当f(x^*)=0时

\end{numcases}