summaryrefslogtreecommitdiff
path: root/Tutorial05-Solution_of_equations/Problems/Tut05.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Tutorial05-Solution_of_equations/Problems/Tut05.tex')
-rw-r--r--Tutorial05-Solution_of_equations/Problems/Tut05.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tutorial05-Solution_of_equations/Problems/Tut05.tex b/Tutorial05-Solution_of_equations/Problems/Tut05.tex
index 55d52ae..123eacd 100644
--- a/Tutorial05-Solution_of_equations/Problems/Tut05.tex
+++ b/Tutorial05-Solution_of_equations/Problems/Tut05.tex
@@ -3,6 +3,7 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
+\usepackage[varg]{txfonts}
\begin{document}
\title{Problems for Tutorial-05: Solution of equations}
\date{}
@@ -10,6 +11,6 @@
\begin{enumerate}
\item Write a Scilab script to find the intersection of the circle
$x^2 + y^2 - 25 = 0$ and the plane $x + 2y = 5$.
-\item Find the solution of the equation $te^{-xt} + cos(t)sin(t) + x = 0$ and $x+z-1 = 0$.
+\item Find the solution of the equation $t \, \mathrm{e}^{-x \,t} + \cos(t) \, \sin(t) + x = 0$ and $x+z-1 = 0$.
\end{enumerate}
\end{document}