> > Please, keep sending these bugs and feature requests for p-adic > > extensions. I don't think the code has gotten much use, and I'd > > like to see actual use cases.
what about even just coercing from a p-adic field to its residue field? sage: R.<a> = Zq(9) sage: K = R.residue_field() sage: K(a) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /Volumes/secure/projects/zetasqrtp/<ipython console> in <module>() /Users/david/sage-4.3.1/local/lib/python2.6/site-packages/sage/rings/ finite_field_givaro.so in sage.rings.finite_field_givaro.FiniteField_givaro.__call__ (sage/rings/ finite_field_givaro.cpp:5285)() TypeError: unable to coerce !!!!!!!! david -- 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 URL: http://www.sagemath.org
