diff options
Diffstat (limited to 'buch/chapters/20-polynome')
-rw-r--r-- | buch/chapters/20-polynome/matrizen.tex | 1 | ||||
-rw-r--r-- | buch/chapters/20-polynome/minimalpolynom.tex | 1 | ||||
-rw-r--r-- | buch/chapters/20-polynome/vektoren.tex | 1 |
3 files changed, 3 insertions, 0 deletions
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 |