|
@@ -15,7 +15,6 @@
|
|
|
\begin{document}
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
\maketitle
|
|
|
-\tableofcontents
|
|
|
|
|
|
|
|
|
|
\section{Introduction}
|
|
\section{Introduction}
|
|
|
|
|
|
|
@@ -57,7 +56,37 @@ TODO
|
|
|
\subsubsection{Modules}
|
|
\subsubsection{Modules}
|
|
|
|
|
|
|
|
\begin{itemize}
|
|
\begin{itemize}
|
|
|
- \item \emph{TODO}
|
|
|
|
|
|
|
+ \item Expressions without variables. $(3+4) \times (5+7)$
|
|
|
|
|
+ \item Linear expressions. $(3+2p) \times 7$
|
|
|
|
|
+ \item Linear expressions with absolute values. $|x-1| = 2$
|
|
|
|
|
+ \item Systems of linear equations (two variables).
|
|
|
|
|
+ $$ \
|
|
|
|
|
+ \begin{array}{|rcr|}
|
|
|
|
|
+ 3x + 2y & = & 5 \\
|
|
|
|
|
+ 2x - 3y & = & 6
|
|
|
|
|
+ \end{array}
|
|
|
|
|
+ \
|
|
|
|
|
+ \rightarrow
|
|
|
|
|
+ \
|
|
|
|
|
+ \begin{array}{|rcr|}
|
|
|
|
|
+ x + \frac{2}{3}y & = & \frac{5}{3} \\
|
|
|
|
|
+ x - \frac{3}{2}y & = & 3
|
|
|
|
|
+ \end{array}
|
|
|
|
|
+ \
|
|
|
|
|
+ \rightarrow
|
|
|
|
|
+ \
|
|
|
|
|
+ \frac{5}{3} - \frac{2}{3}y = 3 + \frac{3}{2}y
|
|
|
|
|
+ \
|
|
|
|
|
+ \rightarrow
|
|
|
|
|
+ \
|
|
|
|
|
+ \begin{array}{|rcr|}
|
|
|
|
|
+ x & = & 2\frac{1}{13} \\
|
|
|
|
|
+ y & = & -\frac{8}{13}
|
|
|
|
|
+ \end{array}
|
|
|
|
|
+ $$
|
|
|
|
|
+ \item Trigonometric functions.
|
|
|
|
|
+ \item Derivatives.
|
|
|
|
|
+ \item Integrals (computing antiderivates).
|
|
|
\end{itemize}
|
|
\end{itemize}
|
|
|
|
|
|
|
|
\subsection{Graphical user interface}
|
|
\subsection{Graphical user interface}
|