Re: [sage-support] piecewise

2012-12-01 Thread Michael Orlitzky
On 12/01/2012 09:34 AM, kcrisman wrote: > > > On Friday, November 30, 2012 11:16:48 PM UTC-5, Michael Orlitzky wrote: > > On 11/30/2012 10:12 PM, Jason Grout wrote: > > > > Is there something better? I tried to get piecewise to work, but I > > couldn't plot, integrate, etc., the

Re: [sage-support] Re: piecewise

2012-12-01 Thread daldrich
I eventually gave up on piecewise. I do something like this now and works just fine for graphs, 3 different functions with separate plots and show them together.f1(x) = ...f2(x) = ...f3(x) = ...p1 = plot(f1, (0,a))p2 = plot(f2, (a,b))p3 = plot(f3, (b,c))show (p1+p2+p3)-d-Original Message- F

Re: [sage-support] piecewise

2012-12-01 Thread kcrisman
On Friday, November 30, 2012 11:16:48 PM UTC-5, Michael Orlitzky wrote: > > On 11/30/2012 10:12 PM, Jason Grout wrote: > > > > Is there something better? I tried to get piecewise to work, but I > > couldn't plot, integrate, etc., the function. > > > > I've collected a lot of code over the y

[sage-support] SIGABRT in Graph.clique_number() and assertion in cliquer

2012-12-01 Thread Georgi Guninski
for g in graphs(4): g.complement().line_graph().complement().clique_number() cliquer file graph.c: line 31: assertion failed: (n>0) Unhandled SIGABRT: An abort() occurred in Sage. This probably occurred because a *compiled* component of Sage has a bug On sagenb.org don't get any output, don't