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/60-gruppen/Makefile.inc | 11 +++++++++++ buch/chapters/60-gruppen/chapter.tex | 14 ++++++++++++++ buch/chapters/60-gruppen/homogen.tex | 7 +++++++ buch/chapters/60-gruppen/lie.tex | 8 ++++++++ buch/chapters/60-gruppen/symmetrien.tex | 9 +++++++++ 5 files changed, 49 insertions(+) create mode 100644 buch/chapters/60-gruppen/Makefile.inc create mode 100644 buch/chapters/60-gruppen/chapter.tex create mode 100644 buch/chapters/60-gruppen/homogen.tex create mode 100644 buch/chapters/60-gruppen/lie.tex create mode 100644 buch/chapters/60-gruppen/symmetrien.tex (limited to 'buch/chapters/60-gruppen') 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}} + -- cgit v1.2.1