mirror of
https://gitlab.cs.fau.de/ik15ydit/latexandmore.git
synced 2024-11-21 11:41:11 +01:00
73 lines
2.0 KiB
TeX
73 lines
2.0 KiB
TeX
\documentclass{article}
|
|
\usepackage{amsmath}
|
|
\usepackage{nccmath}
|
|
\usepackage{ulem}
|
|
\DeclareMathSizes{10}{10}{10}{10}
|
|
\setlength{\parindent}{0pt}
|
|
\title{Polynomordnung}
|
|
\date{}
|
|
\begin{document}
|
|
%\maketitle
|
|
\section*{Polynomordnung}
|
|
\section{In Funktionsschreibweise bringen}
|
|
Infixnotation:
|
|
\[x \uparrow ( y \uparrow z) \rightarrow_{0}\; x \uparrow (y \downarrow y)\]\\
|
|
Funktionsschreibweise:
|
|
\[ P_{\uparrow}(x,P_{\uparrow}(y,z)) \rightarrow_{0} \; P_{\uparrow}(x,P_{\downarrow}(y,y))\]
|
|
\section{Kontext ggf. kuerzen}
|
|
\[ P_{\uparrow}(x,P_{\uparrow}(y,z)) \rightarrow_{0} \; P_{\uparrow}(x,P_{\downarrow}(y,y))\]
|
|
\[\xout{P(x},P_{\uparrow}(y,z)) \rightarrow_{0} \; \xout{P(x},P_{\downarrow}(y,y)))\]
|
|
\[P_{\uparrow}(y,z) \rightarrow_{0} \;P_{\downarrow}(y,y)\]
|
|
\section{Polynom finden}
|
|
\[P_{\uparrow}(y,z) \rightarrow_{0} \;P_{\downarrow}(y,y)\]
|
|
Ein "+" zwischen die Parameter setzen und Multiplikator vor beide sodass gilt:
|
|
\[P_{\uparrow}(y,z) > \;P_{\downarrow}(y,y)\;\;\textbf{\underline{bzw:}}\;\;ay+bx>cy+dy\]
|
|
\textbf{Hinweise:}\\
|
|
- linke Seite ist syntaktisch echt gr\"osser als die Rechte ist aussreichendes Kriterium also z.B.:
|
|
\[ P_{\downarrow}( P_{\downarrow}(x,y) ) > P_{\downarrow}(x,y) \]
|
|
- niemals Minuswerte \\
|
|
- niemals '0' als Multiplikator\\\\
|
|
\textbf{hier:}
|
|
\[ay+bz>cy+dy\]
|
|
\textbf{Wir nehmen an dass wir 'y' hoch genug setzen damit bx irrelevant wird:}\\
|
|
\[ay>cy+dy = a>c+d \]
|
|
\\ \textbf{das ist nun trivial, wir raten:}
|
|
\begin{fleqn}
|
|
\begin{align*}
|
|
&c = 1 \\
|
|
&d = 1 \\
|
|
&a = c+d+1 = 3
|
|
\end{align*}
|
|
\end{fleqn} \\
|
|
\textbf{und damit die Polynome:}\\
|
|
\[P\downarrow = x_1+x_2 \;\;\; und \;\;\; P\uparrow = 3x_1+x_2 \] \\
|
|
\section{Dom\"anen und Grenzf\"alle}
|
|
Unsere Polynome gelten potentiell f\"ur kleine Werte nicht, hier, nur f\"ur die 0 nicht, daher geben wir als Dom\"ane an:
|
|
\[ A = N\setminus\{0\} \]
|
|
und Funktionsdom\"ane:\\
|
|
\[\mathcal{A} = \{P_{\Downarrow}(),P_{\Uparrow()}\}\]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|