Hello, on
http://doc.sagemath.org/html/en/reference/polynomial_rings/sage/rings/polynomial/multi_polynomial_ideal.html is an examle, how to use Gröbner walk. sage: R.<z,y,x>=PolynomialRing(GF(32003),3,order='lex') sage: I=Ideal([y^3+x*y*z+y^2*z+x*z^3,3+x*y+x^2*y+y^2*z]) sage: I.transformed_basis('gwalk') However, it says that the other_ring argument is only valid for fglm. Thus, gwalk will always return a lex GB. :-( That's not something I need. Can I call gwalk with another target ordering than lex? How? Why is there such a restriction built into the singular wrapper in the first place? According to the Singular documentation, gwalk allows different target term orders. Thank you Ralf -- 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.