diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2020-12-30 18:08:02 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2020-12-30 18:08:02 +0100 |
commit | cfe2f4a9bdef0f7df314b0e74f6f3d88ce18ae46 (patch) | |
tree | 9504888747dd394ce3f8011f51ded274c591bf10 /buch/chapters/20-polynome | |
parent | new chapter files (diff) | |
download | SeminarMatrizen-cfe2f4a9bdef0f7df314b0e74f6f3d88ce18ae46.tar.gz SeminarMatrizen-cfe2f4a9bdef0f7df314b0e74f6f3d88ce18ae46.zip |
more chapter structure details
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 |