[sage-support] Re: sagemath.org change

2009-10-02 Thread Tim Joseph Dumol
This is a temporary problem. The virtual machines hosting sagemath.org and various other Sage-related sites crashed. Fixes are underway. On Fri, Oct 2, 2009 at 5:56 PM, wol...@gmail.com wrote: Hi, I noticed that the sagemath.org site changed (for me). Instead of the usual starting page, I

[sage-support] Re: twisted server

2009-10-02 Thread Dr. David Kirkby
Alex Clemesha wrote: root = Resource() root.putChild(foo, File(/tmp)) root.putChild(bar, File(/lost+found)) root.putChild(baz, File(/opt)) root.putChild(varr, File(/var)) root.putChild(buy, PaymentRequired()) root.putChild(men, menu()) factory = Site(root) reactor.listenTCP(,

[sage-support] Re: adding complete torsion of an elliptic curve

2009-10-02 Thread John Cremona
On 1 Oct, 17:05, John Cremona john.crem...@gmail.com wrote: -- I was expecting  full set of roots here.  Can anyone see what's wrong? What is wrong is a bug in Sage's code for factoring polynomials over number fields (which is used to find roots of polynomials over number fields). This has

[sage-support] sagemath.org, etc.

2009-10-02 Thread William Stein
Hi, After being rock solid for 9 months, the VMware server crashed badly on boxen.math.washington.edu, and we absolutely could not get it to work despite repeated clean reinstalls, reboots, etc. Repeatedly tempted by things appearing to work, I tried to migrate the virtual infrastructure to

[sage-support] Re: twisted server

2009-10-02 Thread Mikie
Alex, try http://pirsqr.com:2713/ and do the integral calculation. I had to use request.write in the posthandler and it produces the Request did not return a string. I can't use return, because the html page is in parts. On Oct 2, 6:27 am, Dr. David Kirkby david.kir...@onetel.net wrote:

[sage-support] Re: twisted server

2009-10-02 Thread Alex Clemesha
On Fri, Oct 2, 2009 at 10:12 AM, Mikie thephantom6...@hotmail.com wrote: Alex, try http://pirsqr.com:2713/  and do the integral calculation.  I had to use request.write in the posthandler and it produces the Request did not return a string.  I can't use return, because the html page is in

[sage-support] roots of polynomials (in the Symbolic Ring)

2009-10-02 Thread Stefan Böttner
If I define a polynomial f=(x^4+x^2+1)^2 and find the roots via f.roots() I get four roots each with multiplicity one. However, (f^2).roots() yields exactly the same answer: four roots with multiplicity one(!) each. If f is a simpler polynomial, such as f=x^4+1, a correct multiplicity

[sage-support] Re: roots of polynomials (in the Symbolic Ring)

2009-10-02 Thread William Stein
2009/10/2 Stefan Böttner sboet...@tulane.edu: If I define a polynomial f=(x^4+x^2+1)^2 and find the roots via f.roots() I get four roots each with multiplicity one. However, (f^2).roots() yields exactly the same answer: four roots with multiplicity one(!) each. If f is a simpler

[sage-support] Re: twisted server

2009-10-02 Thread Alex Clemesha
On Fri, Oct 2, 2009 at 12:24 PM, Mikie thephantom6...@hotmail.com wrote: Alex, you lost me. Here is the start of my code for the render - #This  new html page for the calculation class rwrite(Resource):    def render(self,request):      

[sage-support] Re: twisted server

2009-10-02 Thread Mikie
Alex, just sent you an e-mail with code. On Oct 2, 1:29 pm, Alex Clemesha cleme...@gmail.com wrote: On Fri, Oct 2, 2009 at 12:24 PM, Mikie thephantom6...@hotmail.com wrote: Alex, you lost me. Here is the start of my code for the render - #This  new

[sage-support] How make notebooks use common base for relative urls? e.g. /foo/login and /foo/register?

2009-10-02 Thread Chris Seberino
The wonderful Sage notebook uses relative urls like /login and /register. How make Sage notebook use relative urls with common base like /foo/login and /foo/register instead? (This is needed for the Apache proxying I'm trying to do.) Chris --~--~-~--~~~---~--~~

[sage-support] Re: How make notebooks use common base for relative urls? e.g. /foo/login and /foo/register?

2009-10-02 Thread Mike Hansen
Hello, On Sat, Oct 3, 2009 at 12:17 PM, Chris Seberino cseber...@gmail.com wrote: The wonderful Sage notebook uses relative urls like /login and /register.  How make Sage notebook use relative urls with common base like /foo/login and /foo/register instead? (This is needed for the Apache