diff options
Diffstat (limited to 'Tutorial04-ODE')
-rw-r--r-- | Tutorial04-ODE/Problems/SolPrblm04.pdf | bin | 0 -> 37785 bytes | |||
-rw-r--r-- | Tutorial04-ODE/Problems/Tut04.pdf | bin | 24271 -> 68564 bytes | |||
-rw-r--r-- | Tutorial04-ODE/Problems/Tut04.tex | 16 |
3 files changed, 16 insertions, 0 deletions
diff --git a/Tutorial04-ODE/Problems/SolPrblm04.pdf b/Tutorial04-ODE/Problems/SolPrblm04.pdf Binary files differnew file mode 100644 index 0000000..46e0cb6 --- /dev/null +++ b/Tutorial04-ODE/Problems/SolPrblm04.pdf diff --git a/Tutorial04-ODE/Problems/Tut04.pdf b/Tutorial04-ODE/Problems/Tut04.pdf Binary files differindex e4df0b8..31f62be 100644 --- a/Tutorial04-ODE/Problems/Tut04.pdf +++ b/Tutorial04-ODE/Problems/Tut04.pdf 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} |