On 16 September 2015 at 15:52, Nathann Cohen <nathann.co...@gmail.com> wrote:
> Hello,
>
>> In your case it is slightly more specific as it might be the case that K1 
>> and K2 are constructed in the same exact way (expect for the string 'a' and 
>> 'b') so we could just decide to send "a" onto "b", but I'm not sure it is 
>> very helpful to define an exception in this case.
>
> If it is "doable", then indeed it would solve my problem and (to me)
> does not seem to induce any tricky behaviour.

In this case:

sage: [x.polynomial() for x in K1]
[0, a, a^2, a + 1, a^2 + a, a^2 + a + 1, a^2 + 1, 1]
sage: [K2(x.polynomial()) for x in K1]
[0, b, b^2, b + 1, b^2 + b, b^2 + b + 1, b^2 + 1, 1]

John

>
> Nathann
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to