summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorP Sunthar2018-10-04 23:19:08 +0530
committerP Sunthar2018-10-04 23:19:08 +0530
commitc0bdd3485c8de79328424d9c9bc5c72f95230187 (patch)
tree4904a24ac4599003fd0c92028f789f2f5ce21316
parent117edae1f2f4d590745de40b5151c4b7b74ce604 (diff)
downloadscilab-tutorials-c0bdd3485c8de79328424d9c9bc5c72f95230187.tar.gz
scilab-tutorials-c0bdd3485c8de79328424d9c9bc5c72f95230187.tar.bz2
scilab-tutorials-c0bdd3485c8de79328424d9c9bc5c72f95230187.zip
txfonts for TeX
-rw-r--r--Tutorial01-Basics/Problems/Tut01.pdfbin67735 -> 31662 bytes
-rw-r--r--Tutorial01-Basics/Problems/Tut01.tex5
-rw-r--r--Tutorial02-Plots/Problems/Tut02.pdfbin29258 -> 18426 bytes
-rw-r--r--Tutorial02-Plots/Problems/Tut02.tex5
-rw-r--r--Tutorial03-Curve_fitting/Problems/Tut03.pdfbin44113 -> 27517 bytes
-rw-r--r--Tutorial03-Curve_fitting/Problems/Tut03.tex7
-rw-r--r--Tutorial04-ODE/Problems/Tut04.pdfbin50462 -> 24271 bytes
-rw-r--r--Tutorial04-ODE/Problems/Tut04.tex3
-rw-r--r--Tutorial05-Solution_of_equations/Problems/Tut05.pdfbin64739 -> 23646 bytes
-rw-r--r--Tutorial05-Solution_of_equations/Problems/Tut05.tex3
10 files changed, 14 insertions, 9 deletions
diff --git a/Tutorial01-Basics/Problems/Tut01.pdf b/Tutorial01-Basics/Problems/Tut01.pdf
index 41890eb..75ef339 100644
--- a/Tutorial01-Basics/Problems/Tut01.pdf
+++ b/Tutorial01-Basics/Problems/Tut01.pdf
Binary files differ
diff --git a/Tutorial01-Basics/Problems/Tut01.tex b/Tutorial01-Basics/Problems/Tut01.tex
index e7318ee..034528f 100644
--- a/Tutorial01-Basics/Problems/Tut01.tex
+++ b/Tutorial01-Basics/Problems/Tut01.tex
@@ -3,6 +3,7 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
+\usepackage[varg]{txfonts}
\begin{document}
\title{Problems for Tutorial-01: Basics of Scilab}
\date{}
@@ -18,6 +19,6 @@ where $A = \begin{bmatrix}a & a^2 & a^3\\b & b^2 & b^3\\c & c^2 & c^3\end{bmatri
$a = 1, b = 2, c = 3$, $x = \begin{bmatrix}1\\1\\1\end{bmatrix}$,
$y = \begin{bmatrix}4\\12\\36\end{bmatrix}$.
\item Write a Scilab script to save the solution of Problem $1$, i.e.,
-$\begin{bmatrix}n_1 & n_2 & n_3\end{bmatrix}$ as Problem2.csv file.
+$\begin{bmatrix}n_1 & n_2 & n_3\end{bmatrix}$ as \verb'Problem2.csv' file.
\end{enumerate}
-\end{document} \ No newline at end of file
+\end{document}
diff --git a/Tutorial02-Plots/Problems/Tut02.pdf b/Tutorial02-Plots/Problems/Tut02.pdf
index a159ad2..36a41d5 100644
--- a/Tutorial02-Plots/Problems/Tut02.pdf
+++ b/Tutorial02-Plots/Problems/Tut02.pdf
Binary files differ
diff --git a/Tutorial02-Plots/Problems/Tut02.tex b/Tutorial02-Plots/Problems/Tut02.tex
index cc6caca..88e010d 100644
--- a/Tutorial02-Plots/Problems/Tut02.tex
+++ b/Tutorial02-Plots/Problems/Tut02.tex
@@ -3,6 +3,7 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
+\usepackage[varg]{txfonts}
\begin{document}
\title{Problems for Tutorial-02: Scientific Plotting}
\date{}
@@ -12,6 +13,6 @@
The first column is the x-axes data. Use proper legends and labels.
(If required use semilog/loglog plot).
\item Save a print quality pdf file of the figure generated. Name the
-file Tut2fig1.pdf.
+file \verb'Tut2fig1.pdf'.
\end{enumerate}
-\end{document} \ No newline at end of file
+\end{document}
diff --git a/Tutorial03-Curve_fitting/Problems/Tut03.pdf b/Tutorial03-Curve_fitting/Problems/Tut03.pdf
index 68f3f54..a324c84 100644
--- a/Tutorial03-Curve_fitting/Problems/Tut03.pdf
+++ b/Tutorial03-Curve_fitting/Problems/Tut03.pdf
Binary files differ
diff --git a/Tutorial03-Curve_fitting/Problems/Tut03.tex b/Tutorial03-Curve_fitting/Problems/Tut03.tex
index b759479..5d397e9 100644
--- a/Tutorial03-Curve_fitting/Problems/Tut03.tex
+++ b/Tutorial03-Curve_fitting/Problems/Tut03.tex
@@ -3,18 +3,19 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
+\usepackage[varg]{txfonts}
\begin{document}
\title{Problems for Tutorial-03: Curve Fitting}
\date{}
\maketitle
\begin{enumerate}
-\item Fit the data present in the file Tut3Problem.csv to the function
+\item Fit the data present in the file \verb'Tut3Problem.csv' to the function
\begin{align*}
\mathcal{G} = \left(K + \omega \cos(t)\right)\sin(t),
\end{align*}
where $K$ and $\omega$ are unknown. The first column
-in Tut3Problem.csv is $t$ and the second column is the measured data. (Use least
+in \verb'Tut3Problem.csv' is $t$ and the second column is the measured data. (Use least
squares fitting).
\item Plot the measured data and fitted data versus $t$.
\end{enumerate}
-\end{document} \ No newline at end of file
+\end{document}
diff --git a/Tutorial04-ODE/Problems/Tut04.pdf b/Tutorial04-ODE/Problems/Tut04.pdf
index cd469c8..e4df0b8 100644
--- a/Tutorial04-ODE/Problems/Tut04.pdf
+++ b/Tutorial04-ODE/Problems/Tut04.pdf
Binary files differ
diff --git a/Tutorial04-ODE/Problems/Tut04.tex b/Tutorial04-ODE/Problems/Tut04.tex
index 9106a2c..4b7b853 100644
--- a/Tutorial04-ODE/Problems/Tut04.tex
+++ b/Tutorial04-ODE/Problems/Tut04.tex
@@ -3,6 +3,7 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
+\usepackage[varg]{txfonts}
\begin{document}
\title{Problems for Tutorial-04: \\Ordinary Differential equations}
\date{}
@@ -16,4 +17,4 @@
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
+\end{document}
diff --git a/Tutorial05-Solution_of_equations/Problems/Tut05.pdf b/Tutorial05-Solution_of_equations/Problems/Tut05.pdf
index 8f77d1c..e06bfa5 100644
--- a/Tutorial05-Solution_of_equations/Problems/Tut05.pdf
+++ b/Tutorial05-Solution_of_equations/Problems/Tut05.pdf
Binary files differ
diff --git a/Tutorial05-Solution_of_equations/Problems/Tut05.tex b/Tutorial05-Solution_of_equations/Problems/Tut05.tex
index 55d52ae..123eacd 100644
--- a/Tutorial05-Solution_of_equations/Problems/Tut05.tex
+++ b/Tutorial05-Solution_of_equations/Problems/Tut05.tex
@@ -3,6 +3,7 @@
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
+\usepackage[varg]{txfonts}
\begin{document}
\title{Problems for Tutorial-05: Solution of equations}
\date{}
@@ -10,6 +11,6 @@
\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$.
+\item Find the solution of the equation $t \, \mathrm{e}^{-x \,t} + \cos(t) \, \sin(t) + x = 0$ and $x+z-1 = 0$.
\end{enumerate}
\end{document}