diff options
Diffstat (limited to 'Tutorial05-Solution_of_equations/Problems')
-rw-r--r-- | Tutorial05-Solution_of_equations/Problems/Tut05.pdf | bin | 23646 -> 31364 bytes | |||
-rw-r--r-- | Tutorial05-Solution_of_equations/Problems/Tut05.tex | 7 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Tutorial05-Solution_of_equations/Problems/Tut05.pdf b/Tutorial05-Solution_of_equations/Problems/Tut05.pdf Binary files differindex e06bfa5..7fe00e8 100644 --- a/Tutorial05-Solution_of_equations/Problems/Tut05.pdf +++ b/Tutorial05-Solution_of_equations/Problems/Tut05.pdf diff --git a/Tutorial05-Solution_of_equations/Problems/Tut05.tex b/Tutorial05-Solution_of_equations/Problems/Tut05.tex index 123eacd..9ab55f9 100644 --- a/Tutorial05-Solution_of_equations/Problems/Tut05.tex +++ b/Tutorial05-Solution_of_equations/Problems/Tut05.tex @@ -11,6 +11,11 @@ \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 $t \, \mathrm{e}^{-x \,t} + \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+t-1 = 0$. +\end{enumerate} +{\bf Solution:} +\begin{enumerate} +\item $x = 5$, $y = 0$. +\item $x = 1.5054495 , t = -0.5054495$ \end{enumerate} \end{document} |