diff options
Diffstat (limited to 'Tutorial05-Solution_of_equations/Problems/Tut05.tex')
-rw-r--r-- | Tutorial05-Solution_of_equations/Problems/Tut05.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Tutorial05-Solution_of_equations/Problems/Tut05.tex b/Tutorial05-Solution_of_equations/Problems/Tut05.tex new file mode 100644 index 0000000..55d52ae --- /dev/null +++ b/Tutorial05-Solution_of_equations/Problems/Tut05.tex @@ -0,0 +1,15 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\begin{document} +\title{Problems for Tutorial-05: Solution of equations} +\date{} +\maketitle +\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 $te^{-xt} + cos(t)sin(t) + x = 0$ and $x+z-1 = 0$. +\end{enumerate} +\end{document} |