Lösungen angepasst

This commit is contained in:
2020-10-25 20:00:59 +01:00
parent d957f5d761
commit dfd26c51bd
2 changed files with 20 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
\section{Aufgabe 125}
Gegeben sei das eindeutig lösbare lineare Gleichungssystem $\ A\cdot
Gegeben sei das eindeutig lösbare lineare Gleichungssystem $\displaystyle A\cdot
\overrightarrow{x}=\overrightarrow{b}$ mit
$A=\left(
$\displaystyle A=\left(
\begin{array}
[c]{cccccc}%
4 & -1 & 0 & -1 & 0 & 0\\
@@ -26,48 +26,48 @@ $A=\left(
\right) $
\begin{itemize}
\item[a.] Sei $\overrightarrow{x}^{\left( 0\right) }=\overrightarrow{0}$.
Berechnen Sie die Näherungslösung $\overrightarrow{x}^{\left(
\item[a.] Sei $\displaystyle \overrightarrow{x}^{\left( 0\right) }=\overrightarrow{0}$.
Berechnen Sie die Näherungslösung $\displaystyle \overrightarrow{x}^{\left(
3\right) }$ des Systems, die man nach 3 Schritten des
Gesamtschrittverfahrens erhält.
\item[b.] Zeigen Sie, daß das Gesamtschrittverfahren konvergiert.
\item[c.] Führen Sie eine Apeoteriori-Fehlerabschätzung für
$\overrightarrow{x}^{\left( 3\right) }$\ durch.
$\displaystyle \overrightarrow{x}^{\left( 3\right) }$\ durch.
\item[d.] Führen Sie eine Apriori-Fehlerabschätzung für
$\overrightarrow{x}^{\left( 10\right) }$ durch.
$\displaystyle \overrightarrow{x}^{\left( 10\right) }$ durch.
\end{itemize}
\subsection{Lösung}
\begin{itemize}
\item[a.] Rechenvorschriften:\newline$x_{1}^{\left( Z\right) }=\frac{1}%
\item[a.] Rechenvorschriften:\newline$\displaystyle x_{1}^{\left( Z\right) }=\frac{1}%
{4}\left( 2+x_{2}^{\left( Z-1\right) }+x_{4}^{\left( Z-1\right) }\right)
=\frac{1}{2}+\frac{1}{4}x_{2}^{\left( Z-1\right) }+\frac{1}{4}x_{4}^{\left(
Z-1\right) }$\newline$x_{2}^{\left( Z\right) }=\frac{1}{4}\left(
Z-1\right) }$\newline$\displaystyle x_{2}^{\left( Z\right) }=\frac{1}{4}\left(
1+x_{1}^{\left( Z-1\right) }+x_{3}^{\left( Z-1\right) }+x_{5}^{\left(
Z-1\right) }\right) =\frac{1}{4}+\frac{1}{4}x_{1}^{\left( Z-1\right)
}+\frac{1}{4}x_{3}^{\left( Z-1\right) }+\frac{1}{4}x_{5}^{\left(
Z-1\right) }$\newline$x_{3}^{\left( Z\right) }=\frac{1}{4}\left(
Z-1\right) }$\newline$\displaystyle x_{3}^{\left( Z\right) }=\frac{1}{4}\left(
2+x_{2}^{\left( Z-1\right) }+x_{6}^{\left( Z-1\right) }\right) =\frac
{1}{2}+\frac{1}{4}x_{2}^{\left( Z-1\right) }+\frac{1}{4}x_{6}^{\left(
Z-1\right) }$\newline$x_{4}^{\left( Z\right) }=\frac{1}{4}\left(
Z-1\right) }$\newline$\displaystyle x_{4}^{\left( Z\right) }=\frac{1}{4}\left(
2+x_{1}^{\left( Z-1\right) }+x_{5}^{\left( Z-1\right) }\right) =\frac
{1}{2}+\frac{1}{4}x_{1}^{\left( Z-1\right) }+\frac{1}{4}x_{5}^{\left(
Z-1\right) }$\newline$x_{5}^{\left( Z\right) }=\frac{1}{4}\left(
Z-1\right) }$\newline$\displaystyle x_{5}^{\left( Z\right) }=\frac{1}{4}\left(
1+x_{2}^{\left( Z-1\right) }+x_{4}^{\left( Z-1\right) }+x_{6}^{\left(
Z-1\right) }\right) =\frac{1}{4}+\frac{1}{4}x_{2}^{\left( Z-1\right)
}+\frac{1}{4}x_{4}^{\left( Z-1\right) }+\frac{1}{4}x_{6}^{\left(
Z-1\right) }$\newline$x_{6}^{\left( Z\right) }=\frac{1}{4}\left(
Z-1\right) }$\newline$\displaystyle x_{6}^{\left( Z\right) }=\frac{1}{4}\left(
2+x_{3}^{\left( Z-1\right) }+x_{5}^{\left( Z-1\right) }\right) =\frac
{1}{2}+\frac{1}{4}x_{3}^{\left( Z-1\right) }+\frac{1}{4}x_{5}^{\left(
Z-1\right) }$\newline\newline%
\begin{tabular}
[c]{l||llllll}%
z & $x_{1}^{\left( Z\right) }$ & $x_{2}^{\left( Z\right) }$ &
$x_{3}^{\left( Z\right) }$ & $x_{4}^{\left( Z\right) }$ & $x_{5}^{\left(
z & $\displaystyle x_{1}^{\left( Z\right) }$ & $\displaystyle x_{2}^{\left( Z\right) }$ &
$x_{3}^{\left( Z\right) }$ & $\displaystyle x_{4}^{\left( Z\right) }$ & $\displaystyle x_{5}^{\left(
Z\right) }$ & $x_{6}^{\left( Z\right) }$\\\hline\hline
1 & $0.5$ & $0.25$ & $0.5$ & $0.5$ & $0.25$ & $0.5$\\
2 & $0.6875$ & $0.5625$ & $0.6875$ & $0.6875$ & $0.5625$ & $0.6875$\\