]> gitweb.michael.orlitzky.com - sage.d.git/blobdiff - mjo/hurwitz.py
matrix_algebra: put basis in the usual (row,column) order.
[sage.d.git] / mjo / hurwitz.py
index 1f7c9dc3781a844d6d77a1e63168c52340bf6770..e2800345cf550b3f6970fa62592c0d43a1e85531 100644 (file)
@@ -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 |
             +------+------+