答案1
您需要t \epsilon [0,5]
用替换$t \in [0,5]$
。即需要进行两处更改:
使用内联数学模式处理数学材料,以及
改成。
\epsilon
\in
完整的 MWE——请注意,我会不是呈现段落大胆的我将使用软件包的机制siunitx
来排版数字及其相关的科学单位。(如果你坚持使用大胆的对于文本部分,您还应该努力将数学部分以粗体呈现。
\documentclass{article}
\usepackage{siunitx} % for '\SI' macro
\begin{document}
\setcounter{section}{1} % just for this example
\setcounter{subsection}{2}
\subsection{}
Compute the complete solution to the ordinary differential
equation with input $x(t)=0$ assuming the circuit elements
are $R=\SI{0.5}{\ohm}$, $L=\SI{0.1}{H}$, $C=0$ and initial
conditions $y(0)=1$ and $dy(t)\,dt\mid t=0$. Use MATLAB to
plot your solution for time interval $t\in[0,5]$ seconds.
\end{document}