aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/transfer/teil3.tex
blob: 5bbe0c10a567350f936a0391c88b0d014be4f466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
%
% teil2.tex -- Beispiel-File für teil2 
%
% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\section{MiniMax-Polynom 
\label{transfer:section:teil3}}
\rhead{MiniMax-Polynom}



\subsection{Idee
\label{transfer:subsection:idee}}
Finde das Polynom eines bestimmten Grades, welches eine Funktion in einem Intervall am besten approximiert.


\subsection{Definition
	\label{transfer:subsection:definition}}
Das Polynom welches 
	    $$ \max _{a \leq x \leq b}|f(x)-P(x)| , a \in \mathbb{R}, b \in \mathbb{R}.$$
minimiert.
\subsection{Beispiel
	\label{transfer:subsection:beispiel}}
Um ein MiniMax-Polynom zu berechnen, kann der Remez-Algorithmus verwendet werden. Dieser basiert im wesentlichen auf dem Alternantensatz von Tschebyschow.