diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2020-12-30 17:15:42 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2020-12-30 17:15:42 +0100 |
commit | aa79bdb5a7e5b0ee04d66d4813666e23041c2601 (patch) | |
tree | d81beb5f1c8fab0cf6d3a8eaecda02baf1ecfc7d /buch/chapters/50-permutationen | |
parent | add missing files (diff) | |
download | SeminarMatrizen-aa79bdb5a7e5b0ee04d66d4813666e23041c2601.tar.gz SeminarMatrizen-aa79bdb5a7e5b0ee04d66d4813666e23041c2601.zip |
more chapter outlines
Diffstat (limited to 'buch/chapters/50-permutationen')
-rw-r--r-- | buch/chapters/50-permutationen/Makefile.inc | 12 | ||||
-rw-r--r-- | buch/chapters/50-permutationen/chapter.tex | 15 | ||||
-rw-r--r-- | buch/chapters/50-permutationen/determinante.tex | 8 | ||||
-rw-r--r-- | buch/chapters/50-permutationen/endlich.tex | 7 | ||||
-rw-r--r-- | buch/chapters/50-permutationen/matrizen.tex | 8 | ||||
-rw-r--r-- | buch/chapters/50-permutationen/transpositionen.tex | 7 |
6 files changed, 57 insertions, 0 deletions
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}} |