Hi:
The minimum_distance command in linear_code.py seems to be broken.
I thik the problem is that

sage: C = ExtendedQuadraticResidueCode(17,GF(2))
sage: G = C.gen_mat(); q = 2
sage: Gstr = str(gap(G))+"*Z("+str(q)+")^0"

now yields an error (this is needed to coerce a SAGE
generator matrix to a GAP matrix). Should minimum_distance use
G._matrix_(GF(q)) instead?
- David Joyner

--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to