sage: set_verbose? 

On Friday 05 Apr 2013, Neda wrote:
>  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

Cheers,
Martin

--
name: Martin Albrecht
_pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99
_otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF
_www: http://martinralbrecht.wordpress.com/
_jab: [email protected]

-- 
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.


Reply via email to