aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/40-eigenwerte/jnorm.maxima
blob: d4c349bed44f8776879891024a279ea5288ce757 (plain)
1
2
3
4
5
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));