aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kra/loesung.tex
diff options
context:
space:
mode:
authorsamuel niederer <samuel.niederer@ost.ch>2022-07-24 17:12:49 +0200
committersamuel niederer <samuel.niederer@ost.ch>2022-07-24 17:12:49 +0200
commit1d78360ee72a8d0d6cd4b440a2244624c284887f (patch)
tree53b928fe25658f794e79b5d2d6d382610c83325c /buch/papers/kra/loesung.tex
parentMerge branch 'AndreasFMueller:master' into master (diff)
downloadSeminarSpezielleFunktionen-1d78360ee72a8d0d6cd4b440a2244624c284887f.tar.gz
SeminarSpezielleFunktionen-1d78360ee72a8d0d6cd4b440a2244624c284887f.zip
update paper
Diffstat (limited to 'buch/papers/kra/loesung.tex')
-rw-r--r--buch/papers/kra/loesung.tex47
1 files changed, 47 insertions, 0 deletions
diff --git a/buch/papers/kra/loesung.tex b/buch/papers/kra/loesung.tex
new file mode 100644
index 0000000..ece0f15
--- /dev/null
+++ b/buch/papers/kra/loesung.tex
@@ -0,0 +1,47 @@
+\section{Lösungsmethoden} \label{kra:section:loesung}
+\rhead{Lösungsmethoden}
+% @TODO Lösung normal riccati
+Lösung der Riccatischen Differentialgleichung \ref{kra:riccati}.
+
+
+% Lösung matrix riccati
+Die Lösung der Matrix-Riccati Gleichung \ref{kra:matrixriccati} erhalten wir nach \cite{kra:kalmanisae} folgendermassen
+\begin{equation}
+ \label{kra:matrixriccati-solution}
+ \begin{pmatrix}
+ X(t) \\
+ Y(t)
+ \end{pmatrix}
+ =
+ \Phi(t_0, t)
+ \begin{pmatrix}
+ I(t) \\
+ U_0(t)
+ \end{pmatrix}
+ =
+ \begin{pmatrix}
+ \Phi_{11}(t_0, t) & \Phi_{12}(t_0, t) \\
+ \Phi_{21}(t_0, t) & \Phi_{22}(t_0, t)
+ \end{pmatrix}
+ \begin{pmatrix}
+ I(t) \\
+ U_0(t)
+ \end{pmatrix}
+\end{equation}
+
+\begin{equation}
+ U(t) =
+ \begin{pmatrix}
+ \Phi_{21}(t_0, t) + \Phi_{22}(t_0, t)
+ \end{pmatrix}
+ \begin{pmatrix}
+ \Phi_{11}(t_0, t) + \Phi_{12}(t_0, t)
+ \end{pmatrix}
+ ^{-1}
+\end{equation}
+
+wobei $\Phi(t, t_0)$ die sogennante Zustandsübergangsmatrix ist.
+
+\begin{equation}
+ \Phi(t_0, t) = e^{H(t - t_0)}
+\end{equation}