diff options
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}} + |