What i mean is that, for example:

sage: R.<x,y> = PolynomialRing(QQ)
sage: I = R.ideal([x^2 - y ^2, x + y +1])
sage: I.groebner_basis()
[x + 1/2, y + 1/2]

Is just one doctest unit (since it is really one test going on, we only 
check that the groebner basis coincides with the expected one). But it 
involves three lines that match 'sage:'

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to