On 2014-09-20, Kristoffer Ryhl-Johansen wrote:
> f(x)=log(1-x)*log(1+x)/(1+x)
>>
>> f.integrate(x,0,1)
>>
> Produces a segfault when I run it on my ubuntu 14.04 computer
Fixed by Maxima commit f7921c5265 (bug in Risch code).
best
Robert Dodier
--
You received this message because you are sub
Is there a better way to do this?
http://vincent-knight.com/unpeudemath/code/2014/09/24/greyscale-graphs-in-sage/
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
sorry ..: cell (not shell)
>
>
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to
Got from
http://www.sagemath.org/doc/reference/plotting/sage/graphs/graph_plot.html
and works fine in sage cloud worksheet shell..
Compute edge_colors from your coloring.
from sage.plot.colors import rainbow
C = graphs.CubeGraph(5)
R = rainbow(5)
edge_colors = {}
for i in range(5):
edge_color