Hellooooooooo Dima ! Thank you for your help, but (as you know) I ended up fighting with the category stuff to make this work. This is now in ticket #16269 for whoever needs it:
http://trac.sagemath.org/ticket/16269 sage: F8xF3=GF(8,'x').cartesian_product(GF(3)) sage: x=GF(8,'x').primitive_element() sage: e=F8xF3((x,2)); e (x, 2) sage: e+e (0, 1) sage: 3*e (x, 0) sage: 4*e (0, 2) Have fuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuunnnn !!! Nathann -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
