aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2020-12-30 17:32:58 +0100
committerAndreas Müller <andreas.mueller@othello.ch>2020-12-30 17:32:58 +0100
commitcfd5965abd8cf6c10639bc840a8be7075642fbd5 (patch)
treefeda220730093c2049e633db86089c9cb7eb0f8e
parentchapters (diff)
downloadSeminarMatrizen-cfd5965abd8cf6c10639bc840a8be7075642fbd5.tar.gz
SeminarMatrizen-cfd5965abd8cf6c10639bc840a8be7075642fbd5.zip
new chapter files
-rw-r--r--buch/chapters/60-gruppen/chapter.tex2
-rw-r--r--buch/chapters/70-graphen/Makefile.inc11
-rw-r--r--buch/chapters/70-graphen/beschreibung.tex8
-rw-r--r--buch/chapters/70-graphen/chapter.tex14
-rw-r--r--buch/chapters/70-graphen/spektral.tex7
-rw-r--r--buch/chapters/70-graphen/wavelets.tex7
6 files changed, 49 insertions, 0 deletions
diff --git a/buch/chapters/60-gruppen/chapter.tex b/buch/chapters/60-gruppen/chapter.tex
index d3356e1..51b93ae 100644
--- a/buch/chapters/60-gruppen/chapter.tex
+++ b/buch/chapters/60-gruppen/chapter.tex
@@ -5,6 +5,8 @@
%
\chapter{Matrizengruppen
\label{chapter:matrizengruppen}}
+\lhead{Matrizengruppen}
+\rhead{}
\input{chapters/60-gruppen/symmetrien.tex}
\input{chapters/60-gruppen/lie.tex}
diff --git a/buch/chapters/70-graphen/Makefile.inc b/buch/chapters/70-graphen/Makefile.inc
new file mode 100644
index 0000000..d8fe742
--- /dev/null
+++ b/buch/chapters/70-graphen/Makefile.inc
@@ -0,0 +1,11 @@
+#
+# Makefile.inc -- Makefile dependencies for chapter 7
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+
+CHAPTERFILES = $(CHAPTERFILES) \
+ chapters/70-graphen/beschreibung.tex \
+ chapters/70-graphen/spektral.tex \
+ chapters/70-graphen/wavelets.tex \
+ chapters/70-graphen/chapter.tex
diff --git a/buch/chapters/70-graphen/beschreibung.tex b/buch/chapters/70-graphen/beschreibung.tex
new file mode 100644
index 0000000..6e4f4f9
--- /dev/null
+++ b/buch/chapters/70-graphen/beschreibung.tex
@@ -0,0 +1,8 @@
+%
+% beschreibung.tex -- Beschreibung von Graphen mit Matrizen
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\section{Beschreibung von Graphen mit Matrizen
+\label{section:beschreibung-von-graphen-mit-matrizen}}
+
diff --git a/buch/chapters/70-graphen/chapter.tex b/buch/chapters/70-graphen/chapter.tex
new file mode 100644
index 0000000..dd4c639
--- /dev/null
+++ b/buch/chapters/70-graphen/chapter.tex
@@ -0,0 +1,14 @@
+%
+% chapter.tex -- Graphenbeschreibung mit Matrizen
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\chapter{Graphen
+\label{chapter:graphen}}
+\lhead{Graphen}
+\rhead{}
+
+\input{chapters/70-graphen/beschreibung.tex}
+\input{chapters/70-graphen/spektral.tex}
+\input{chapters/70-graphen/wavelets.tex}
+
diff --git a/buch/chapters/70-graphen/spektral.tex b/buch/chapters/70-graphen/spektral.tex
new file mode 100644
index 0000000..da11f06
--- /dev/null
+++ b/buch/chapters/70-graphen/spektral.tex
@@ -0,0 +1,7 @@
+%
+% spektral.tex
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\section{Spektrale Graphentheorie
+\label{section:spektrale-graphentheorie}}
diff --git a/buch/chapters/70-graphen/wavelets.tex b/buch/chapters/70-graphen/wavelets.tex
new file mode 100644
index 0000000..ea3b5a9
--- /dev/null
+++ b/buch/chapters/70-graphen/wavelets.tex
@@ -0,0 +1,7 @@
+%
+% wavelets.tex -- Wavelets auf Graphen
+%
+% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\section{Wavelets auf Graphen
+\label{section:wavelets-auf-graphen}}