summaryrefslogtreecommitdiff
path: root/Tutorial04-ODE/Problems/Tut04.tex
diff options
context:
space:
mode:
authorchayan2018-10-06 19:06:12 +0530
committerchayan2018-10-06 19:06:12 +0530
commit7023acd7229cd8df3a7e79cd01546cb185c92788 (patch)
tree810c6663289ac50423b3e473dbb12ebed72a119e /Tutorial04-ODE/Problems/Tut04.tex
parentc0bdd3485c8de79328424d9c9bc5c72f95230187 (diff)
downloadscilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.tar.gz
scilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.tar.bz2
scilab-tutorials-7023acd7229cd8df3a7e79cd01546cb185c92788.zip
Solutions_updated
Diffstat (limited to 'Tutorial04-ODE/Problems/Tut04.tex')
-rw-r--r--Tutorial04-ODE/Problems/Tut04.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tutorial04-ODE/Problems/Tut04.tex b/Tutorial04-ODE/Problems/Tut04.tex
index 4b7b853..cde8f7a 100644
--- a/Tutorial04-ODE/Problems/Tut04.tex
+++ b/Tutorial04-ODE/Problems/Tut04.tex
@@ -3,7 +3,18 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
+\usepackage{graphicx}
\usepackage[varg]{txfonts}
+\usepackage{geometry}
+\geometry{
+a4paper,
+total={210mm,297mm},
+left=20mm,
+right=20mm,
+top=20mm,
+bottom=20mm,
+hoffset=-10pt
+}
\begin{document}
\title{Problems for Tutorial-04: \\Ordinary Differential equations}
\date{}
@@ -17,4 +28,9 @@
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}
+{\bf Solution:}
+\begin{figure}[ht!]
+\raggedleft{
+\includegraphics[scale=0.4]{SolPrblm04.pdf}}
+\end{figure}
\end{document}