diff options
author | P Sunthar | 2018-10-04 23:19:08 +0530 |
---|---|---|
committer | P Sunthar | 2018-10-04 23:19:08 +0530 |
commit | c0bdd3485c8de79328424d9c9bc5c72f95230187 (patch) | |
tree | 4904a24ac4599003fd0c92028f789f2f5ce21316 /Tutorial03-Curve_fitting/Problems/Tut03.tex | |
parent | 117edae1f2f4d590745de40b5151c4b7b74ce604 (diff) | |
download | scilab-tutorials-c0bdd3485c8de79328424d9c9bc5c72f95230187.tar.gz scilab-tutorials-c0bdd3485c8de79328424d9c9bc5c72f95230187.tar.bz2 scilab-tutorials-c0bdd3485c8de79328424d9c9bc5c72f95230187.zip |
txfonts for TeX
Diffstat (limited to 'Tutorial03-Curve_fitting/Problems/Tut03.tex')
-rw-r--r-- | Tutorial03-Curve_fitting/Problems/Tut03.tex | 7 |
1 files changed, 4 insertions, 3 deletions
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} |