aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/uebungsaufgaben/4006.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-05-03 15:33:20 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-05-03 15:33:20 +0200
commite95824395ac596ef6f6741df7bb7f439af1e0eb8 (patch)
treefc7001767140c321132dce95b7456ae0a0705a69 /buch/chapters/40-eigenwerte/uebungsaufgaben/4006.tex
parentMerge pull request #11 from Lukaszogg/master (diff)
downloadSeminarMatrizen-e95824395ac596ef6f6741df7bb7f439af1e0eb8.tar.gz
SeminarMatrizen-e95824395ac596ef6f6741df7bb7f439af1e0eb8.zip
Füge erdbeben/teil1.tex wieder zum Makefile hinzu
Diffstat (limited to 'buch/chapters/40-eigenwerte/uebungsaufgaben/4006.tex')
-rw-r--r--buch/chapters/40-eigenwerte/uebungsaufgaben/4006.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/buch/chapters/40-eigenwerte/uebungsaufgaben/4006.tex b/buch/chapters/40-eigenwerte/uebungsaufgaben/4006.tex
new file mode 100644
index 0000000..63858b7
--- /dev/null
+++ b/buch/chapters/40-eigenwerte/uebungsaufgaben/4006.tex
@@ -0,0 +1,33 @@
+Man findet eine Basis, in der die Matrix
+\[
+A=\begin{pmatrix}
+ -5& 2& 6& 0\\
+-11& 12& -3& -15\\
+ -7& 0& 9& 4\\
+ 0& 5& -7& -8
+\end{pmatrix}
+\]
+die relle Normalform bekommt.
+
+\begin{loesung}
+Das charakteristische Polynom der Matrix ist
+\[
+\chi_{A}(\lambda)
+=
+\lambda^4-8\lambda^3+42\lambda^2-104\lambda+169
+=
+(\lambda^2-4\lambda+13)^2.
+\]
+Es hat die doppelten Nullstellen
+\[
+\lambda
+=
+2\pm \sqrt{4-13}
+=
+2\pm \sqrt{-9}
+=
+2\pm 3i.
+\]
+Zur Bestimmung
+\end{loesung}
+