I have some code which is producing a bad matrix, and I need some help figuring out what's going on.
Say the matrix is 'd'. sage: d.base_ring() Finite Field of size 2 sage: d.nrows() 0 sage: d.ncols() 0 sage: d.rank() 1 I can get another 0x0 matrix, this one over GF(3), for which the rank function gives a RuntimeError. How can I figure out what's going on here? Are there methods or attributes for the matrix d which will tell me more about it, so I can debug this? --~--~---------~--~----~------------~-------~--~----~ 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
