On Jan 12, 12:47 am, William Stein <wst...@gmail.com> wrote: > Isn't the case of non-prime fields also already in Sage? It was in my > example.
The __call__ function for a non-prime field yes, was already defined. What wasn't was the conversion of a gap non-prime field into a sage prime field. Something like sage: K = gap("GF(16)") sage: K.sage() didn't work before (because in gap there is no need to specify the generator name), and that prevented doing automatic conversion of gap finite field elements into sage finite field elements. The problem with cyclotomic elements was something similar (there wasn't a sage() method defined for gap cyclotomic fields). > Excellent. Many thanks for adding cyclotomic elements. I hope you'll > continue to improve the Sage <--> GAP interface. There are also > people working on making a (very similar) C library version, which > will mean that any work you do on this will eventually get a big speed > boost. That's awesome! Hope it arrives soon! :-D Cheers J
-- 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