aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-06-14 07:26:10 +0200
committerGitHub <noreply@github.com>2021-06-14 07:26:10 +0200
commit114633b43a0f1ebedbc5dfd85f75ede9841f26fd (patch)
tree18e61c7d69883a1c9b69098b7d36856abaed5c1e /buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex
parentDelete buch.pdf (diff)
parentFix references.bib (diff)
downloadSeminarMatrizen-114633b43a0f1ebedbc5dfd85f75ede9841f26fd.tar.gz
SeminarMatrizen-114633b43a0f1ebedbc5dfd85f75ede9841f26fd.zip
Merge branch 'master' into master
Diffstat (limited to 'buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex')
-rw-r--r--buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex30
1 files changed, 15 insertions, 15 deletions
diff --git a/buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex b/buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex
index 046ac94..deb15dc 100644
--- a/buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex
+++ b/buch/chapters/30-endlichekoerper/uebungsaufgaben/3004.tex
@@ -65,19 +65,19 @@ Die Gauss-Tableaux sind
\begin{align*}
\begin{tabular}{|>{$}c<{$}>{$}c<{$}>{$}c<{$}>{$}c<{$}|>{$}c<{$}|}
\hline
- 1 & 1 & 0 & 0 & 1\\
- 0 & 1 & 1 & 1 & 0\\
- 1 & 1 & 1 & 1 & 0\\
- 0 & 1 & 1 & 0 & 1\\
+ 1 & 1 & 0 & 0 & 0\\
+ 0 & 1 & 1 & 1 & 1\\
+ 1 & 1 & 1 & 1 & 1\\
+ 0 & 1 & 1 & 0 & 0\\
\hline
\end{tabular}
&\to
\begin{tabular}{|>{$}c<{$}>{$}c<{$}>{$}c<{$}>{$}c<{$}|>{$}c<{$}|}
\hline
- 1 & 1 & 0 & 0 & 1\\
- 0 & 1 & 1 & 1 & 0\\
+ 1 & 1 & 0 & 0 & 0\\
+ 0 & 1 & 1 & 1 & 1\\
0 & 0 & 1 & 1 & 1\\
- 0 & 1 & 1 & 0 & 1\\
+ 0 & 1 & 1 & 0 & 0\\
\hline
\end{tabular}
%\\
@@ -85,8 +85,8 @@ Die Gauss-Tableaux sind
\to
\begin{tabular}{|>{$}c<{$}>{$}c<{$}>{$}c<{$}>{$}c<{$}|>{$}c<{$}|}
\hline
- 1 & 1 & 0 & 0 & 1\\
- 0 & 1 & 1 & 1 & 0\\
+ 1 & 1 & 0 & 0 & 0\\
+ 0 & 1 & 1 & 1 & 1\\
0 & 0 & 1 & 1 & 1\\
0 & 0 & 0 & 1 & 1\\
\hline
@@ -95,8 +95,8 @@ Die Gauss-Tableaux sind
\to
\begin{tabular}{|>{$}c<{$}>{$}c<{$}>{$}c<{$}>{$}c<{$}|>{$}c<{$}|}
\hline
- 1 & 1 & 0 & 0 & 1\\
- 0 & 1 & 1 & 0 & 1\\
+ 1 & 1 & 0 & 0 & 0\\
+ 0 & 1 & 1 & 0 & 0\\
0 & 0 & 1 & 0 & 0\\
0 & 0 & 0 & 1 & 1\\
\hline
@@ -106,8 +106,8 @@ Die Gauss-Tableaux sind
\to
\begin{tabular}{|>{$}c<{$}>{$}c<{$}>{$}c<{$}>{$}c<{$}|>{$}c<{$}|}
\hline
- 1 & 1 & 0 & 0 & 1\\
- 0 & 1 & 0 & 0 & 1\\
+ 1 & 1 & 0 & 0 & 0\\
+ 0 & 1 & 0 & 0 & 0\\
0 & 0 & 1 & 0 & 0\\
0 & 0 & 0 & 1 & 1\\
\hline
@@ -118,7 +118,7 @@ Die Gauss-Tableaux sind
\begin{tabular}{|>{$}c<{$}>{$}c<{$}>{$}c<{$}>{$}c<{$}|>{$}c<{$}|}
\hline
1 & 0 & 0 & 0 & 0\\
- 0 & 1 & 0 & 0 & 1\\
+ 0 & 1 & 0 & 0 & 0\\
0 & 0 & 1 & 0 & 0\\
0 & 0 & 0 & 1 & 1\\
\hline
@@ -128,7 +128,7 @@ In der ersten Zeile stehen die Schritt der Vorwärtsreduktion, in der
zweiten die Schritte des Rückwärtseinsetzens.
Als Lösung liest man ab
\[
-x=\begin{pmatrix}0\\1\\0\\1 \end{pmatrix},
+x=\begin{pmatrix}0\\0\\0\\1 \end{pmatrix},
\]
die Korrektheit kann man leicht durch Einsetzen überprüfen.
\item