aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/jnorm.maxima
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-09-02 20:51:38 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-09-02 20:51:38 +0200
commit5939ab8670923408f4e4c9095be9417f888aac43 (patch)
tree24ee373e981e6708f779385b5acf6a4fea06f17a /buch/chapters/40-eigenwerte/jnorm.maxima
parentChapter 5, permutations (diff)
downloadSeminarMatrizen-5939ab8670923408f4e4c9095be9417f888aac43.tar.gz
SeminarMatrizen-5939ab8670923408f4e4c9095be9417f888aac43.zip
norm J_2(\lambda) example
Diffstat (limited to 'buch/chapters/40-eigenwerte/jnorm.maxima')
-rw-r--r--buch/chapters/40-eigenwerte/jnorm.maxima6
1 files changed, 6 insertions, 0 deletions
diff --git a/buch/chapters/40-eigenwerte/jnorm.maxima b/buch/chapters/40-eigenwerte/jnorm.maxima
new file mode 100644
index 0000000..d4c349b
--- /dev/null
+++ b/buch/chapters/40-eigenwerte/jnorm.maxima
@@ -0,0 +1,6 @@
+J: matrix([a+b*%i, 1], [0, a+b*%i]);
+v: matrix([cos(t)],[sin(t)]);
+w: J.v;
+n: expand(transpose(conjugate(w)).w);
+d: expand(diff(n,t));
+