aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/definition.tex
diff options
context:
space:
mode:
authorPatrik Müller <patrik.mueller@ost.ch>2022-03-07 17:19:47 +0100
committerPatrik Müller <patrik.mueller@ost.ch>2022-03-07 17:19:47 +0100
commit403b8888ab0702f4d4cf4c7df24adc8c3fa45ab0 (patch)
treed62c8fdeeef41457d1235d50edc917c31a70ba91 /buch/papers/laguerre/definition.tex
parentVorlesungsnotizen für Woche 3 (diff)
downloadSeminarSpezielleFunktionen-403b8888ab0702f4d4cf4c7df24adc8c3fa45ab0.tar.gz
SeminarSpezielleFunktionen-403b8888ab0702f4d4cf4c7df24adc8c3fa45ab0.zip
Start paper about Laguerre polynomials
Diffstat (limited to 'buch/papers/laguerre/definition.tex')
-rw-r--r--buch/papers/laguerre/definition.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/buch/papers/laguerre/definition.tex b/buch/papers/laguerre/definition.tex
new file mode 100644
index 0000000..5f6d8bd
--- /dev/null
+++ b/buch/papers/laguerre/definition.tex
@@ -0,0 +1,48 @@
+%
+% definition.tex
+%
+% (c) 2022 Patrik Müller, Ostschweizer Fachhochschule
+%
+\section{Definition
+\label{laguerre:section:definition}}
+\rhead{Definition}
+
+\begin{align}
+ x y''(x) + (1 - x) y'(x) + n y(x)
+ =
+ 0
+ \label{laguerre:dgl}
+\end{align}
+
+\begin{align}
+ L_n(x)
+ =
+ \sum_{k=0}^{n}
+ \frac{(-1)^k}{k!}
+ \begin{pmatrix}
+ n \\
+ k
+ \end{pmatrix}
+ x^k
+ \label{laguerre:polynom}
+\end{align}
+
+\begin{align}
+ x y''(x) + (\alpha + 1 - x) y'(x) + n y(x)
+ =
+ 0
+ \label{laguerre:generell_dgl}
+\end{align}
+
+\begin{align}
+ L_n^\alpha (x)
+ =
+ \sum_{k=0}^{n}
+ \frac{(-1)^k}{k!}
+ \begin{pmatrix}
+ n + \alpha \\
+ n - k
+ \end{pmatrix}
+ x^k
+ \label{laguerre:polynom}
+\end{align}