Re: [sage-support] projective duality for plane curves?

2010-04-27 Thread Ursula Whitcher
On 4/27/2010 5:06 PM, Alex Ghitza wrote: On Tue, 27 Apr 2010 16:15:24 -0700 (PDT), Ursula Whitcher wrote: Can Sage compute the projective dual of a plane curve? Not at the moment. I'll open an enhancement ticket for this as a requested feature. It looks like an interesting problem. What k

Re: [sage-support] projective duality for plane curves?

2010-04-27 Thread Alex Ghitza
On Tue, 27 Apr 2010 16:15:24 -0700 (PDT), Ursula Whitcher wrote: > Can Sage compute the projective dual of a plane curve? Not at the moment. I'll open an enhancement ticket for this as a requested feature. It looks like an interesting problem. What kind of base rings do you care about? Best

[sage-support] projective duality for plane curves?

2010-04-27 Thread Ursula Whitcher
Can Sage compute the projective dual of a plane curve? Thanks! Ursula. -- 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 For more options, visit this group at http://groups.google.com/gr

[sage-support] build with opensuse

2010-04-27 Thread Rick Smegal
Hail, Has fail to build on opensuse 11.2 been resolved satisfactorily? If not, I should bump investigation of this up on my todo list; although I may wait for another milestone of openesuse 11.3 before investing much effort into a moving target. Regards, Rick Smegal -- To post to this group, s

Re: [sage-support] Re: surprised by behavior of "torsion_subgroup"

2010-04-27 Thread William Stein
On Tue, Apr 27, 2010 at 12:04 PM, John Cremona wrote: > Thanks for *not* complaining about the "multiplicative" in "Torsion > Subgroup isomorphic to Multiplicative Abelian Group..." > > I once wrote a patch to fix that but no-one liked it enough. > > I also tried E.change_ring(QQbar).torsion_subgr

[sage-support] Re: surprised by behavior of "torsion_subgroup"

2010-04-27 Thread John Cremona
Thanks for *not* complaining about the "multiplicative" in "Torsion Subgroup isomorphic to Multiplicative Abelian Group..." I once wrote a patch to fix that but no-one liked it enough. I also tried E.change_ring(QQbar).torsion_subgroup() but that failed for a different reason! For some reason, E

[sage-support] Re: weighted graph plotting

2010-04-27 Thread Jason Grout
On 04/27/2010 12:41 PM, Rajeev wrote: Thanks Jason, But the color assigned is random. I wonder if it is possible to assign it systematically (like image in matplotlib) and possibly with a colorbar. I think you'll have to do that by manually assigning edge colors. Here's an example. If you

[sage-support] Re: weighted graph plotting

2010-04-27 Thread Rajeev
Thanks Jason, But the color assigned is random. I wonder if it is possible to assign it systematically (like image in matplotlib) and possibly with a colorbar. Rajeev On Apr 27, 7:28 pm, Jason Grout wrote: > On 04/27/2010 07:32 AM, Rajeev wrote: > > > Hi, > > > I want to plot weighted graphs s

[sage-support] Re: ValueError: Could not detect ring.

2010-04-27 Thread Andrea Gobbi
Ok! I find it! It is a brutal method but works!!: singular.lib('decodegb') singular.lib('matrix.lib') singular.eval('ring r=11,(x(1..17)),dp;') singular.eval('list pointok;') lung=len(provv[1]) for a in provv: tmp='' tmp2='' for j in range(0,lung): if(j!=0): tmp=tmp

[sage-support] Re: weighted graph plotting

2010-04-27 Thread Jason Grout
On 04/27/2010 07:32 AM, Rajeev wrote: Hi, I want to plot weighted graphs such that the link-width or color may have the information of relative weights. Please point the relevant document page. I couldn't find one. Does this work? sage: g=DiGraph(random_matrix(ZZ,5)) sage: g.weighted_adjac

[sage-support] weighted graph plotting

2010-04-27 Thread Rajeev
Hi, I want to plot weighted graphs such that the link-width or color may have the information of relative weights. Please point the relevant document page. I couldn't find one. Best wishes, Rajeev -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this gro

[sage-support] Re: ValueError: Could not detect ring.

2010-04-27 Thread Andrea Gobbi
Hi! I try, and I can call vanishid...but there is an other problem..i have a list of lists (provv), in sage, and i have to conver it into a list of column vector (for vanishId function). I try with this code but doesn't work: singular.lib('decodegb') singular.lib('matrix.lib') singular.eval('ring