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/CAOe8sPLT-%2BHx3we%2BMimrV0qm-b2g5NZFnZcnHX-BEKb_rFTSvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to