Hi,
let me take the opportunity to promote the use of the get_systems
function from sage.misc.citation which allows to see and acknowledge
which upstream packages were used by Sage for some computation, e.g.
sage: from sage.misc.citation import get_systems
sage: R.<x,y> = PolynomialRing(QQ)
sage: I = R.ideal([R.random_element(), R.random_element()])
sage: get_systems('I.groebner_basis()')
['Singular']
Ciao,
Thierry
> --
> 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+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/dc80e2fa-a1d8-4fc4-832f-82746b8193d8n%40googlegroups.com.