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/60-gruppen | |
parent | add missing files (diff) | |
download | SeminarMatrizen-aa79bdb5a7e5b0ee04d66d4813666e23041c2601.tar.gz SeminarMatrizen-aa79bdb5a7e5b0ee04d66d4813666e23041c2601.zip |
more chapter outlines
Diffstat (limited to 'buch/chapters/60-gruppen')
-rw-r--r-- | buch/chapters/60-gruppen/Makefile.inc | 11 | ||||
-rw-r--r-- | buch/chapters/60-gruppen/chapter.tex | 14 | ||||
-rw-r--r-- | buch/chapters/60-gruppen/homogen.tex | 7 | ||||
-rw-r--r-- | buch/chapters/60-gruppen/lie.tex | 8 | ||||
-rw-r--r-- | buch/chapters/60-gruppen/symmetrien.tex | 9 |
5 files changed, 49 insertions, 0 deletions
diff --git a/buch/chapters/60-gruppen/Makefile.inc b/buch/chapters/60-gruppen/Makefile.inc new file mode 100644 index 0000000..0822030 --- /dev/null +++ b/buch/chapters/60-gruppen/Makefile.inc @@ -0,0 +1,11 @@ +# +# Makefile.inc -- Makefile dependencies for chapter 6 +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# + +CHAPTERFILES = $(CHAPTERFILES) \ + chapters/60-gruppen/symmetrien.tex \ + chapters/60-gruppen/lie.tex \ + chapters/60-gruppen/homogen.tex \ + chapters/60-gruppen/chapter.tex diff --git a/buch/chapters/60-gruppen/chapter.tex b/buch/chapters/60-gruppen/chapter.tex new file mode 100644 index 0000000..c07518b --- /dev/null +++ b/buch/chapters/60-gruppen/chapter.tex @@ -0,0 +1,14 @@ +% +% chapter.tex +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\chapter{Matrizengruppen +\label{chapter:matrizengruppen}} + +\input{chapter/60-grupppen/symmetrien.tex} +\input{chapter/60-grupppen/lie.tex} +\input{chapter/60-grupppen/homogen.tex} + + + diff --git a/buch/chapters/60-gruppen/homogen.tex b/buch/chapters/60-gruppen/homogen.tex new file mode 100644 index 0000000..647d491 --- /dev/null +++ b/buch/chapters/60-gruppen/homogen.tex @@ -0,0 +1,7 @@ +% +% homogen.tex -- disktrete Untergruppen, homogene Räume +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\section{Homogene Räume +\label{section:homogene-raeume}} diff --git a/buch/chapters/60-gruppen/lie.tex b/buch/chapters/60-gruppen/lie.tex new file mode 100644 index 0000000..d267c8f --- /dev/null +++ b/buch/chapters/60-gruppen/lie.tex @@ -0,0 +1,8 @@ +% +% lie.tex -- Lie-Gruppebn +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\section{Lie-Gruppen +\label{section:lie}} + diff --git a/buch/chapters/60-gruppen/symmetrien.tex b/buch/chapters/60-gruppen/symmetrien.tex new file mode 100644 index 0000000..d6c7449 --- /dev/null +++ b/buch/chapters/60-gruppen/symmetrien.tex @@ -0,0 +1,9 @@ +% +% symmetrien.tex -- Geometrische Beschreibung von Symmetrien, O(n), SO(n), +% Spiegelungen +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\section{Symmetrien +\label{section:symmetrien}} + |