aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/jnorm.maxima
diff options
context:
space:
mode:
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));
+