On Dec 2, 2006, at 13:38 , Robert Miller wrote:
> > Should this behavior be happening? > > sage: MM = Matrix(GF(2),[[0]]) > sage: MM.eigenspaces() > > Traceback (most recent call last): FWIW, this works fine on my system (PowerPC Mac, 10.4.8): sage: sage: MM = Matrix(GF(2),[[0]]) sage: sage: MM.eigenspaces() [ (0, [ (1) ]) ] Which release of 1.5 pre-alpha are you using? What system? Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds -------- Some people have a mental horizon of radius zero, and call it their point of view. -- David Hilbert -------- --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
