From aa79bdb5a7e5b0ee04d66d4813666e23041c2601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 30 Dec 2020 17:15:42 +0100 Subject: more chapter outlines --- buch/chapters/50-permutationen/Makefile.inc | 12 ++++++++++++ buch/chapters/50-permutationen/chapter.tex | 15 +++++++++++++++ buch/chapters/50-permutationen/determinante.tex | 8 ++++++++ buch/chapters/50-permutationen/endlich.tex | 7 +++++++ buch/chapters/50-permutationen/matrizen.tex | 8 ++++++++ buch/chapters/50-permutationen/transpositionen.tex | 7 +++++++ 6 files changed, 57 insertions(+) create mode 100644 buch/chapters/50-permutationen/Makefile.inc create mode 100644 buch/chapters/50-permutationen/chapter.tex create mode 100644 buch/chapters/50-permutationen/determinante.tex create mode 100644 buch/chapters/50-permutationen/endlich.tex create mode 100644 buch/chapters/50-permutationen/matrizen.tex create mode 100644 buch/chapters/50-permutationen/transpositionen.tex (limited to 'buch/chapters/50-permutationen') diff --git a/buch/chapters/50-permutationen/Makefile.inc b/buch/chapters/50-permutationen/Makefile.inc new file mode 100644 index 0000000..88d6554 --- /dev/null +++ b/buch/chapters/50-permutationen/Makefile.inc @@ -0,0 +1,12 @@ +# +# Makefile.inc -- Makefile dependencies for chapter 5 +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# + +CHAPTERFILES = $(CHAPTERFILES) \ + chapters/50-permutationen/determinante.tex \ + chapters/50-permutationen/endlich.tex \ + chapters/50-permutationen/matrizen.tex \ + chapters/50-permutationen/transpositionen.tex \ + chapters/50-permutationen/chapter.tex diff --git a/buch/chapters/50-permutationen/chapter.tex b/buch/chapters/50-permutationen/chapter.tex new file mode 100644 index 0000000..d990bef --- /dev/null +++ b/buch/chapters/50-permutationen/chapter.tex @@ -0,0 +1,15 @@ +% +% chapter.tex +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\chapter{Permutationen +\label{chapter:permutationen}} +\lhead{Permutationen} +\rhead{} + +\input{chapters/50-permutationen/endlich.tex} +\input{chapters/50-permutationen/transpositionen.tex} +\input{chapters/50-permutationen/matrizen.tex} +\input{chapters/50-permutationen/determinante.tex} + diff --git a/buch/chapters/50-permutationen/determinante.tex b/buch/chapters/50-permutationen/determinante.tex new file mode 100644 index 0000000..2ee383d --- /dev/null +++ b/buch/chapters/50-permutationen/determinante.tex @@ -0,0 +1,8 @@ +% +% determinante.tex -- Formel für die Determinante mit Vorzeichen der +% Permutation +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\section{Determinante +\label{section:determinant}} diff --git a/buch/chapters/50-permutationen/endlich.tex b/buch/chapters/50-permutationen/endlich.tex new file mode 100644 index 0000000..3335e5f --- /dev/null +++ b/buch/chapters/50-permutationen/endlich.tex @@ -0,0 +1,7 @@ +% +% endlich.tex -- Permutationen einer endlichen Menge +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\section{Permutationen einer endlichen Menge +\label{section:permutationen-einer-endlichen-menge}} diff --git a/buch/chapters/50-permutationen/matrizen.tex b/buch/chapters/50-permutationen/matrizen.tex new file mode 100644 index 0000000..0af03da --- /dev/null +++ b/buch/chapters/50-permutationen/matrizen.tex @@ -0,0 +1,8 @@ +% +% permutationsmatrizen.tex -- Permutationsmatrizen +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\section{Permutationsmatrizen +\label{section:permutationsmatrizen}} + diff --git a/buch/chapters/50-permutationen/transpositionen.tex b/buch/chapters/50-permutationen/transpositionen.tex new file mode 100644 index 0000000..c3f4384 --- /dev/null +++ b/buch/chapters/50-permutationen/transpositionen.tex @@ -0,0 +1,7 @@ +% +% transpositionen.tex -- Permutationen aus Transpositionen erzeugen +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\section{Permutationen und Transpositionen +\label{section:permutationen-und-transpositionen}} -- cgit v1.2.1