Hi,
  Sorry. This is not working:

K.<x> = FunctionField(GF(2))
R.<y> = K[]
f=y^2 + 1 + 1/x
L.<y> = K.extension(f)
print L.places(1)

I am using https://sagecell.sagemath.org/

On Mon, 13 May 2019 at 16:48, Vincent Delecroix <20100.delecr...@gmail.com>
wrote:

> Hello,
>
> It works for me and I obtain
>
> [Place (1/x, y), Place (1/x, y + 1), Place (x, x*y)]
>
> Could you describe the SageMath version you are using?
>
> Vincent
>
> Le 13/05/2019 à 10:10, Santanu Sarkar a écrit :
> > Hi,
> >    This code works well.
> >
> > K.<x> = FunctionField(GF(2))
> > R.<y> = K[]
> > f=y^2 + y + 1/x
> > L.<y> = K.extension(f)
> > print L.places(1)
> >
> >
> > But if I take f=y^2 + y + 1/x, it is giving error.
> >
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/e8d3d937-7dd5-0e51-1f8e-e9c310aaa74c%40gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAOe8sPLZ78QwoK55xhx5431x1pDOtOtiGB_YzMy9jG8TLBb4Mg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to