From cfd5965abd8cf6c10639bc840a8be7075642fbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 30 Dec 2020 17:32:58 +0100 Subject: new chapter files --- buch/chapters/70-graphen/Makefile.inc | 11 +++++++++++ buch/chapters/70-graphen/beschreibung.tex | 8 ++++++++ buch/chapters/70-graphen/chapter.tex | 14 ++++++++++++++ buch/chapters/70-graphen/spektral.tex | 7 +++++++ buch/chapters/70-graphen/wavelets.tex | 7 +++++++ 5 files changed, 47 insertions(+) create mode 100644 buch/chapters/70-graphen/Makefile.inc create mode 100644 buch/chapters/70-graphen/beschreibung.tex create mode 100644 buch/chapters/70-graphen/chapter.tex create mode 100644 buch/chapters/70-graphen/spektral.tex create mode 100644 buch/chapters/70-graphen/wavelets.tex (limited to 'buch/chapters/70-graphen') 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}} -- cgit v1.2.1