X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo%2Fbasis_repr.py;h=9b9f15db9d42b22aec6983006771c33ef32801ff;hb=928b7d49fda98ff105c92293b5797bb7a2b9873a;hp=5c85998955ff77f00ff100e3c53f33157e5dec0d;hpb=b9646aa0d1bf66e4b3899eda55cd9e91e1eccff7;p=sage.d.git diff --git a/mjo/basis_repr.py b/mjo/basis_repr.py index 5c85998..9b9f15d 100644 --- a/mjo/basis_repr.py +++ b/mjo/basis_repr.py @@ -92,7 +92,6 @@ def basis_repr(M): The inverse is generally an inverse:: - sage: set_random_seed() sage: n = ZZ.random_element(10) sage: M = MatrixSpace(QQ,n) sage: X = M.random_element()