[sage-support] Re: irreducible_components

2009-09-10 Thread William Stein
On Wed, Sep 9, 2009 at 7:14 AM, VictorMiller wrote: > > I just ran the following on sagenb.org (so the latest release): > > PP. = ProjectiveSpace(3,QQ) > f = x^3 + y^3 + z^3 + w^3 > R = f.parent() > I = [f] + [f.derivative(zz) for zz in PP.gens()] > V = PP.subscheme(I) > V.irreducible_components(

[sage-support] Re: irreducible_components

2009-09-09 Thread VictorMiller
I just ran the following on sagenb.org (so the latest release): PP. = ProjectiveSpace(3,QQ) f = x^3 + y^3 + z^3 + w^3 R = f.parent() I = [f] + [f.derivative(zz) for zz in PP.gens()] V = PP.subscheme(I) V.irreducible_components() The output is: [ Closed subscheme of Projective Space of dimensi

[sage-support] Re: irreducible_components

2009-09-08 Thread Kwankyu
Hi, What was f? What is the version of your Sage and what is the platform? Kwankyu --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com Fo