Why does sage handle the two examples: 2^(1/3) and 2^(1/2)
differently?

I'm trying to understand when the are considered equal, as opposed to
just  isomorphic.

On Jan 31, 8:47 am, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> You are probably looking for
>
> sage: K.is_isomorphic(K1)
> True
>
> The equality test == also checks that the name of the generator is the
> same.  In your case, they differ: "a" versus "sqrt2".

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to