Hi, On Sage 4.4.4, I have the following bug.
sage: F.<a>=GF(4) sage: m=matrix(2,[F(1),2,3,4]) sage: magma(m) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) ... TypeError: unable to coerce element into magma I investigated a little bit. sage: m._magma_init_(Magma()) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) ... AttributeError: 'FiniteField_givaro' object has no attribute '_element_poly_repr' The version of Magma on my system is "V2.16-6". Kwankyu -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org