diff options
Diffstat (limited to 'Tutorial04-ODE/Problems/Tut04.tex')
-rw-r--r-- | Tutorial04-ODE/Problems/Tut04.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tutorial04-ODE/Problems/Tut04.tex b/Tutorial04-ODE/Problems/Tut04.tex index 9106a2c..4b7b853 100644 --- a/Tutorial04-ODE/Problems/Tut04.tex +++ b/Tutorial04-ODE/Problems/Tut04.tex @@ -3,6 +3,7 @@ \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} +\usepackage[varg]{txfonts} \begin{document} \title{Problems for Tutorial-04: \\Ordinary Differential equations} \date{} @@ -16,4 +17,4 @@ Consider the initial condition be $(0.1,0.2)$ at $t = 0$. \item Plot the solution of the above differential $(x_1,x_2)$ for $t \in [0.2,10]$. \end{enumerate} -\end{document}
\ No newline at end of file +\end{document} |