[sage-support] Re: some problem with installation on winxp

2011-12-10 Thread issacnewton
I still can't access localhost:8000 address , but is it not possible to use sage offline, when i don't connect to net ? On Dec 8, 5:48 pm, emil wrote: > On Dec 8, 9:46 am, issacnewton wrote: > > > Hi emil it seems that command worked and its trying to start web page. > > I have taken the > > sna

Re: [sage-support] problem evaluating integral

2011-12-10 Thread Renan Birck Pinheiro
2011/12/10 andres.ordonez > Hi, I'm having trouble evaluating this integral > > integral( x / (exp(x) - 1) , (x,0,oo)).n() > > I get > > TypeError: cannot evaluate symbolic expression numerically > > The answer (according to mathematica) should be pi^2 / 6 > > Is something wrong with my code? > >

[sage-support] problem evaluating integral

2011-12-10 Thread andres.ordonez
Hi, I'm having trouble evaluating this integral integral( x / (exp(x) - 1) , (x,0,oo)).n() I get TypeError: cannot evaluate symbolic expression numerically The answer (according to mathematica) should be pi^2 / 6 Is something wrong with my code? Thanks! -- To post to this group, send email

[sage-support] Re: Plotting weighted graph

2011-12-10 Thread akm
On Dec 9, 5:47 pm, "D. S. McNeil" wrote: > > Hi all, I'm confused why this code results in a graph plotted with the > > (single) edges labeled with the weight between each pair of vertices: > > > M = Matrix([[0,1,-1,5],[1,0,-1/2,-1],[-1,-1/2,0,2],[5,-1,2,0]]) > > G = Graph(M,sparse=True) > > G.plo

[sage-support] Re: legend_label doesn't work with graphics_array

2011-12-10 Thread achrzesz
On Dec 10, 2:48 pm, v...@ukr.net wrote: >   Hello! >   Today I have noticed that if I cannot use the "legend_label" plot > parameter while joining several plots in one "grahpics_array" object. > >   For example, the following code works fine: >         plot1 = plot(sin, xmin=0, xmax=8*pi) >      

[sage-support] Re: legend_label doesn't work with graphics_array

2011-12-10 Thread Jason Grout
On 12/10/11 7:48 AM, v...@ukr.net wrote: Hello! Today I have noticed that if I cannot use the "legend_label" plot parameter while joining several plots in one "grahpics_array" object. For example, the following code works fine: plot1 = plot(sin, xmin=0, xmax=8*pi) plot

[sage-support] legend_label doesn't work with graphics_array

2011-12-10 Thread v_2e
Hello! Today I have noticed that if I cannot use the "legend_label" plot parameter while joining several plots in one "grahpics_array" object. For example, the following code works fine: plot1 = plot(sin, xmin=0, xmax=8*pi) plot2 = plot(cos, xmin=0, xmax=8*pi) total_p