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 /Tutorial01-Basics/Problems/Tut01.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 'Tutorial01-Basics/Problems/Tut01.tex')
-rw-r--r-- | Tutorial01-Basics/Problems/Tut01.tex | 5 |
1 files changed, 3 insertions, 2 deletions
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} |