On Tuesday 19 October 2010, deryk lv wrote: > Hi,everyone, > I am just wondering whether radical ideal computation in Sage is making use > of Singular on backend.
Yes. The note in the docstring might be a bit cryptic but it is there (type "I.radical?") """ Note: From the Singular manual: A combination of the algorithms of Krick/Logar and Kemper is used. Works also in positive characteristic (Kempers algorithm). """ Also see the source code (type "I.radical??") import sage.libs.singular radical = sage.libs.singular.ff.primdec__lib.radical r = radical(self) 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: martinralbre...@jabber.ccc.de -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org