diff --git a/optimierung/Uebungsblatt2.tex b/optimierung/Uebungsblatt2.tex new file mode 100644 index 0000000..77f1589 --- /dev/null +++ b/optimierung/Uebungsblatt2.tex @@ -0,0 +1,37 @@ +\documentclass[10pt,a4paper,oneside,ngerman,numbers=noenddot]{scrartcl} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[ngerman]{babel} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{paralist} +\usepackage{gauss} +\usepackage{pgfplots} +\usepackage[locale=DE,exponent-product=\cdot,detect-all]{siunitx} +\usepackage{tikz} +\usetikzlibrary{matrix,fadings,calc,positioning,decorations.pathreplacing,arrows,decorations.markings} +\usepackage{polynom} +\polyset{style=C, div=:,vars=x} +\pgfplotsset{compat=1.8} +\pagenumbering{arabic} +\def\thesection{\arabic{section})} +\def\thesubsection{\alph{subsection})} +\def\thesubsubsection{(\roman{subsubsection})} +\makeatletter +\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{% + \hskip -\arraycolsep + \let\@ifnextchar\new@ifnextchar + \array{#1}} +\makeatother + +\begin{document} +\author{Jan Branitz (6326955), Jim Martens (6420323),\\ +Stephan Niendorf (6242417)} +\title{Hausaufgaben zum 28. Oktober} +\maketitle +\section{} %1 + \subsection{} %a + \subsection{} %b +\section{} %2 +\end{document}