From cfe2f4a9bdef0f7df314b0e74f6f3d88ce18ae46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 30 Dec 2020 18:08:02 +0100 Subject: more chapter structure details --- buch/chapters/20-polynome/matrizen.tex | 1 + buch/chapters/20-polynome/minimalpolynom.tex | 1 + buch/chapters/20-polynome/vektoren.tex | 1 + 3 files changed, 3 insertions(+) (limited to 'buch/chapters/20-polynome') diff --git a/buch/chapters/20-polynome/matrizen.tex b/buch/chapters/20-polynome/matrizen.tex index 256281f..67720fd 100644 --- a/buch/chapters/20-polynome/matrizen.tex +++ b/buch/chapters/20-polynome/matrizen.tex @@ -5,3 +5,4 @@ % \section{Polynommultiplikation mit Matrizen \label{buch:polynome:section:matrizen}} +\rhead{Polynommultiplikation} diff --git a/buch/chapters/20-polynome/minimalpolynom.tex b/buch/chapters/20-polynome/minimalpolynom.tex index 34edda3..f0d13bd 100644 --- a/buch/chapters/20-polynome/minimalpolynom.tex +++ b/buch/chapters/20-polynome/minimalpolynom.tex @@ -5,3 +5,4 @@ % \section{Minimalpolynom \label{buch:polynome:section:minimalpolynom}} +\rhead{Minimalpolynom} diff --git a/buch/chapters/20-polynome/vektoren.tex b/buch/chapters/20-polynome/vektoren.tex index c1a660d..a797c09 100644 --- a/buch/chapters/20-polynome/vektoren.tex +++ b/buch/chapters/20-polynome/vektoren.tex @@ -5,6 +5,7 @@ % \section{Polynome als Vektoren \label{buch:section:polynome:vektoren}} +\rhead{Polynome als Vektoren} Ein Polynom \[ p(X) = a_nX^n + a_{n-1}X^{n-1} + \dots a_1X+a_0 -- cgit v1.2.1