summaryrefslogtreecommitdiff
path: root/Tutorial05-Solution_of_equations/Problems/Tut05.tex
diff options
context:
space:
mode:
authorchayan2018-10-06 19:06:12 +0530
committerchayan2018-10-06 19:06:12 +0530
commit7023acd7229cd8df3a7e79cd01546cb185c92788 (patch)
tree810c6663289ac50423b3e473dbb12ebed72a119e /Tutorial05-Solution_of_equations/Problems/Tut05.tex
parentc0bdd3485c8de79328424d9c9bc5c72f95230187 (diff)
downloadscilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.tar.gz
scilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.tar.bz2
scilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.zip
Solutions_updated
Diffstat (limited to 'Tutorial05-Solution_of_equations/Problems/Tut05.tex')
-rw-r--r--Tutorial05-Solution_of_equations/Problems/Tut05.tex7
1 files changed, 6 insertions, 1 deletions
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}