Hello
I computed buchberger algorithm as
R.<x,y,z>=PolynomialRing(QQ,3)
I=ideal(x^6-y^2+z, z^3+y^2)
set_verbose(3)
I.groebner_basis('toy:buchberger')
(x^6 - y^2 + z, z^3 + y^2) => 0
G: set([x^6 - y^2 + z, z^3 + y^2])
(z^3 + y^2, x^6 - y^2 + z) => 0
G: set([x^6 - y^2 + z, z^3 + y^2])
2 reductions to zero.
[x^6 - y^2 + z, z^3 + y^2]
I just want to know what is "set_verbose(3)" command in this? also "toy:"
... that I just found these commands in sage documents!
thank you
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.