summaryrefslogtreecommitdiff
path: root/Tutorial03-Curve_fitting
diff options
context:
space:
mode:
Diffstat (limited to 'Tutorial03-Curve_fitting')
-rw-r--r--Tutorial03-Curve_fitting/Problems/Tut03.pdfbin44113 -> 27517 bytes
-rw-r--r--Tutorial03-Curve_fitting/Problems/Tut03.tex7
2 files changed, 4 insertions, 3 deletions
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}