# HG changeset patch # User Eugen Sawin # Date 1335360855 -7200 # Node ID 2e25d16cec6d5b83c8d0ba99cc1d0d5588a03392 Added first ex. diff -r 000000000000 -r 2e25d16cec6d exercises/blatt01.pdf Binary file exercises/blatt01.pdf has changed diff -r 000000000000 -r 2e25d16cec6d exercises/solutions/sol01.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exercises/solutions/sol01.tex Wed Apr 25 15:34:15 2012 +0200 @@ -0,0 +1,36 @@ +\documentclass[a4paper, 10pt, pagesize, smallheadings]{article} +\usepackage{graphicx} +%\usepackage[latin1]{inputenc} +\usepackage{amsmath, amsthm, amssymb} +\usepackage{typearea} +\usepackage{algorithm} +\usepackage{algorithmic} +\usepackage{fullpage} +\usepackage{mathtools} +\usepackage[all]{xy} +\title{CSP Exercise 01 Solution} +\author{Eugen Sawin} +\renewcommand{\familydefault}{\sfdefault} +\newcommand{\E}{\mathcal{E}} +%\include{pythonlisting} + +\pagestyle{empty} +\begin{document} +\maketitle + +\section*{Exercise 1.1a} +\begin{tabular}{|c|c|c||c|c|c||c|c|c|} + \hline + 5& &6 & & & &8& & \\ \hline + & &1 & &9&8 & & & \\ \hline + & & &1& &3 &4&6&2 \\ \hline\hline + + 8& & & &2& &1& &7 \\ \hline + &7& & & & & & & \\ \hline + &9&4 & & & &6&3& \\ \hline\hline + + 3& & &2&4& & &9& \\ \hline + 9& &7 & & & &2&8&5 \\ \hline + & &2 &7& &9 & & & \\ \hline +\end{tabular} +\end{document}