X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=blobdiff_plain;f=mjo%2Fbasis_repr.py;h=9b9f15db9d42b22aec6983006771c33ef32801ff;hp=5c85998955ff77f00ff100e3c53f33157e5dec0d;hb=928b7d49fda98ff105c92293b5797bb7a2b9873a;hpb=a9a40bcc98ebf4e4821a068c7b6273430a2b459a 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()