Added first ex.
authorEugen Sawin <sawine@me73.com>
Wed, 25 Apr 2012 15:34:15 +0200
changeset 02e25d16cec6d
child 1 3095afa54bea
Added first ex.
exercises/blatt01.pdf
exercises/solutions/sol01.tex
     1.1 Binary file exercises/blatt01.pdf has changed
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/exercises/solutions/sol01.tex	Wed Apr 25 15:34:15 2012 +0200
     2.3 @@ -0,0 +1,36 @@
     2.4 +\documentclass[a4paper, 10pt, pagesize, smallheadings]{article}  
     2.5 +\usepackage{graphicx}
     2.6 +%\usepackage[latin1]{inputenc}
     2.7 +\usepackage{amsmath, amsthm, amssymb}
     2.8 +\usepackage{typearea}
     2.9 +\usepackage{algorithm}
    2.10 +\usepackage{algorithmic}
    2.11 +\usepackage{fullpage}
    2.12 +\usepackage{mathtools}
    2.13 +\usepackage[all]{xy}
    2.14 +\title{CSP Exercise 01 Solution}
    2.15 +\author{Eugen Sawin}
    2.16 +\renewcommand{\familydefault}{\sfdefault}
    2.17 +\newcommand{\E}{\mathcal{E}}
    2.18 +%\include{pythonlisting}
    2.19 +
    2.20 +\pagestyle{empty}
    2.21 +\begin{document}
    2.22 +\maketitle
    2.23 +
    2.24 +\section*{Exercise 1.1a}
    2.25 +\begin{tabular}{|c|c|c||c|c|c||c|c|c|}
    2.26 +  \hline
    2.27 +  5& &6 & & &  &8& &  \\ \hline
    2.28 +   & &1 & &9&8 & & &  \\ \hline
    2.29 +   & &  &1& &3 &4&6&2 \\ \hline\hline
    2.30 +
    2.31 +  8& &  & &2&  &1& &7 \\ \hline
    2.32 +   &7&  & & &  & & &  \\ \hline
    2.33 +   &9&4 & & &  &6&3&  \\ \hline\hline
    2.34 +
    2.35 +  3& &  &2&4&  & &9&  \\ \hline
    2.36 +  9& &7 & & &  &2&8&5 \\ \hline
    2.37 +   & &2 &7& &9 & & &  \\ \hline
    2.38 +\end{tabular}
    2.39 +\end{document}