Hi Jeff,

On 20 Mai, 03:32, Jeff Stroomer <[email protected]> wrote:
> It turns out the Singular "dp" order is an example of the kind of
> order I need, and of course "dp" gets passed from Sage to Singular
> unmolested.  This means I can make some immediate progress, and
> postpone looking at other orders for the moment.  Thanks for all your
> help.

That statement is surprising. If I am not mistaken, "dp" in Singular
means degree reverse lexicographical order, and that's the default
order for multivariate polynomial rings in Sage!

sage: P.<x,y,z> = QQ[]
sage: P.term_order()
Degree reverse lexicographic term order

Cheers,
Simon

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

Reply via email to