[sage-devel] Re: multi_polynomial_element add/sub slower than mul?!?

2007-05-03 Thread Oliver Wienand (TU Kaiserslautern, Singular Team)
I am a member of the Singular group and working on standard bases over rings. Therefore as a test case we have implemented standard bases for Z/2^n[x_1,...x_k] and the corresponding polynomial arithmetic. As we plan to allow this computations for Z/n[x_1,...,x_k], we will implement

[sage-devel] Re: SAGE-2.5 alpha 2

2007-05-03 Thread mabshoff
William Stein wrote: Hi, I've posted sage-2.5 alpha 2 at Did I miss alpha 1 or did you not announce it publically? I haven't tried building on cygwin yet. Feedback welcome. I am currently building on cygwin. It is still building, but I need the following two patches:

[sage-devel] Re: SAGE-2.5 alpha 2

2007-05-03 Thread Joel B. Mohler
Alpha 2 builds fine on x86 Gentoo, but it has a whole bunch of make test errors. The entire list of files is below. The ones I reran and looked at individually all seem to be related to singular. I know basically nothing about interacting with singular aside from through sage so I don't

[sage-devel] Re: SAGE-2.5 alpha 2

2007-05-03 Thread Joel B. Mohler
On Thu, May 03, 2007 at 11:33:03AM -0400, Joel B. Mohler wrote: Alpha 2 builds fine on x86 Gentoo, but it has a whole bunch of make test errors. The entire list of files is below. The ones I reran and looked at individually all seem to be related to singular. I know basically

[sage-devel] Re: sage download stats

2007-05-03 Thread William Stein
On 5/3/07, Hamptonio [EMAIL PROTECTED] wrote: I gave a talk to my department about SAGE on April 19th. I know at least a few people downloaded it here after that. Thanks! I had some explicit interest from our statistics folks on getting R incorporated. I tried to install R and rpy on my

[sage-devel] Re: multi_polynomial_element add/sub slower than mul?!?

2007-05-03 Thread Oliver Wienand (TU Kaiserslautern, Singular Team)
Okay, I looked into the issue. In the top version from Singular of the repository now has a not yet fully tested polynomial arithmetic for Z/ n with the following functions: 1) +, -, * of polynomials and numbers 2) where possible / and inverses of numbers (polynomials by monomials just a matter

[sage-devel] Re: sage download stats

2007-05-03 Thread mabshoff
On May 2, 6:36 am, William Stein [EMAIL PROTECTED] wrote: By the way, here are some download stats for SAGE fromwww.sagemath.org(the master site). These measure only the *unique* IP addresses that actually downloaded the indicated item in the given period (see below). Summary: The total

[sage-devel] Re: multi_polynomial_element add/sub slower than mul?!?

2007-05-03 Thread Nick Alexander
Oliver Wienand (TU Kaiserslautern, Singular Team) [EMAIL PROTECTED] writes: Okay, I looked into the issue. In the top version from Singular of the repository now has a not yet fully tested polynomial arithmetic for Z/ n with the following functions: Thank you, Singular Team! I will use this

[sage-devel] 'sage -t' stops

2007-05-03 Thread Justin C. Walker
Hi, I haven't seen a comment about this on the list, but maybe I missed it. When I run sage -t, it comes to a halt early on, after spinning off 'wish' and displaying a graph. It seems that this window needs to be explicitly dismissed (closed) before sage continues. It does this 3-4

[sage-devel] Re: 'sage -t' stops

2007-05-03 Thread William Stein
On 5/3/07, Justin C. Walker [EMAIL PROTECTED] wrote: I haven't seen a comment about this on the list, but maybe I missed it. When I run sage -t, it comes to a halt early on, after spinning off 'wish' and displaying a graph. It seems that this window needs to be explicitly dismissed (closed)

[sage-devel] Re: 'sage -t' stops

2007-05-03 Thread Justin C. Walker
On May 3, 2007, at 12:19 , William Stein wrote: On 5/3/07, Justin C. Walker [EMAIL PROTECTED] wrote: I haven't seen a comment about this on the list, but maybe I missed it. When I run sage -t, it comes to a halt early on, after spinning off 'wish' and displaying a graph. It seems that

[sage-devel] Re: 'sage -t' stops

2007-05-03 Thread William Stein
On 5/3/07, Justin C. Walker [EMAIL PROTECTED] wrote: On May 3, 2007, at 12:19 , William Stein wrote: On 5/3/07, Justin C. Walker [EMAIL PROTECTED] wrote: When I run sage -t, it comes to a halt early on, after spinning off 'wish' and displaying a graph. It seems that this window needs to

[sage-devel] Re: 'sage -t' stops

2007-05-03 Thread Justin C. Walker
On May 3, 2007, at 14:47 , William Stein wrote: On 5/3/07, Justin C. Walker [EMAIL PROTECTED] wrote: On May 3, 2007, at 12:19 , William Stein wrote: On 5/3/07, Justin C. Walker [EMAIL PROTECTED] wrote: [snip] I've dismissed them all now, but it might have been in const/ const.tex. Now I

[sage-devel] Re: SAGE-2.5 alpha 2

2007-05-03 Thread Joel B. Mohler
On Thursday 03 May 2007 12:57, Martin Albrecht wrote: Got it. I kind of messed up in the Makefile.in such that LIB doesn't link to lib but to  LIB - /tmp/sage-2.5.alpha2/spkg/build/singular-3-0-2-20070424/Singular/LIB . Also, the *.lib scripts didn't get installed.  Maybe replacing