diff options
author | Chayan Bhawal | 2018-10-02 10:19:33 +0530 |
---|---|---|
committer | Chayan Bhawal | 2018-10-02 10:19:33 +0530 |
commit | 3d0c890de4ac7d9afd576e889bd2624437d79c70 (patch) | |
tree | 10bf164ddb34ffcc5c4b059e2968990b4e472d2f /Tutorial04-ODE | |
parent | 6d39446c434cfcca02ae7a4551e2d66edf9def7f (diff) | |
download | scilab-tutorials-3d0c890de4ac7d9afd576e889bd2624437d79c70.tar.gz scilab-tutorials-3d0c890de4ac7d9afd576e889bd2624437d79c70.tar.bz2 scilab-tutorials-3d0c890de4ac7d9afd576e889bd2624437d79c70.zip |
Renamed_files_relative_path
Diffstat (limited to 'Tutorial04-ODE')
-rw-r--r-- | Tutorial04-ODE/Problems/Tut04.pdf (renamed from Tutorial04-ODE/Problems/Tut4.pdf) | bin | 50507 -> 50462 bytes | |||
-rw-r--r-- | Tutorial04-ODE/Problems/Tut04.tex | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/Tutorial04-ODE/Problems/Tut4.pdf b/Tutorial04-ODE/Problems/Tut04.pdf Binary files differindex 2ad3662..cd469c8 100644 --- a/Tutorial04-ODE/Problems/Tut4.pdf +++ b/Tutorial04-ODE/Problems/Tut04.pdf diff --git a/Tutorial04-ODE/Problems/Tut04.tex b/Tutorial04-ODE/Problems/Tut04.tex new file mode 100644 index 0000000..9106a2c --- /dev/null +++ b/Tutorial04-ODE/Problems/Tut04.tex @@ -0,0 +1,19 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} +\title{Problems for Tutorial-04: \\Ordinary Differential equations} +\date{} +\maketitle +\begin{enumerate} +\item Find the solution of the differential equation at time $t = 10$ +\begin{align*} + \dot{x}_1 &= -x_1 + 3 x_2 + 2\\ + \dot{x}_2 &= -2 x_2 + 1 +\end{align*} +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} +\end{document}
\ No newline at end of file |