X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=mjo%2Fhurwitz.py;fp=mjo%2Fhurwitz.py;h=e2800345cf550b3f6970fa62592c0d43a1e85531;hb=43783fbb6e8292a67506f6df876ab1de6dab68b1;hp=1f7c9dc3781a844d6d77a1e63168c52340bf6770;hpb=e5b0be0dcbe6cbce15e0b9974fcfb6626f4afda0;p=sage.d.git diff --git a/mjo/hurwitz.py b/mjo/hurwitz.py index 1f7c9dc..e280034 100644 --- a/mjo/hurwitz.py +++ b/mjo/hurwitz.py @@ -319,6 +319,7 @@ class HurwitzMatrixAlgebraElement(MatrixAlgebraElement): sage: A = HurwitzMatrixAlgebra(2, QQbar, ZZ) sage: M = A([ [ I, 2*I], ....: [ 3*I, 4*I] ]) + sage: M.conjugate_transpose() +------+------+ | -1*I | -3*I | +------+------+