aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-10-18 19:52:32 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-10-18 19:52:32 +0200
commitd732a94f72bcb414ada8f8f638fc2a034426686f (patch)
tree6fe47b05a2426394c16480cb6d62e70acdb41758 /buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m
parenttypos chapter 1 (diff)
downloadSeminarMatrizen-d732a94f72bcb414ada8f8f638fc2a034426686f.tar.gz
SeminarMatrizen-d732a94f72bcb414ada8f8f638fc2a034426686f.zip
typos chapters 1-5
Diffstat (limited to 'buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m')
-rw-r--r--buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m b/buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m
index e6e94db..8f3d795 100644
--- a/buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m
+++ b/buch/chapters/40-eigenwerte/uebungsaufgaben/4003.m
@@ -14,13 +14,13 @@ A = [
eig(A)
-lambda = 2
+lambda = 3
B = A - lambda*eye(4)
rref(B)
D = B*B*B*B
-lambda = 3
+lambda = 2
B = A - lambda*eye(4)
rref(B)