diff options
author | Santosh G. Vattam | 2009-10-28 15:17:40 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2009-10-28 15:17:40 +0530 |
commit | cd5edfc3215b06995ccff4c2b38acf1b945d233e (patch) | |
tree | 4d4127eea7455bb7e1c03faf52d6899469236fe3 /day1/session4.tex | |
parent | b65272830c1ff9f06f0928cfa1f3962ed594de88 (diff) | |
download | workshops-cd5edfc3215b06995ccff4c2b38acf1b945d233e.tar.gz workshops-cd5edfc3215b06995ccff4c2b38acf1b945d233e.tar.bz2 workshops-cd5edfc3215b06995ccff4c2b38acf1b945d233e.zip |
Updated Session 4 day 1 slides.
Diffstat (limited to 'day1/session4.tex')
-rw-r--r-- | day1/session4.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/day1/session4.tex b/day1/session4.tex index f9f0d52..cba5083 100644 --- a/day1/session4.tex +++ b/day1/session4.tex @@ -315,9 +315,15 @@ Out[]: True \end{lstlisting} \end{frame} +\subsection{Exercises} \begin{frame}[fragile] -\frametitle{Exercises} - +\frametitle{Problem 1} +\begin{align*} + x + y + 2z -w & = 3\\ + 2x + 5y - z - 9w & = -3\\ + 2x + y -z + 3w & = -11 \\ + x - 3y + 2z + 7w & = -5\\ +\end{align*} \end{frame} \section{Summary} |