[sage-support] Re: Is this a memory problem?

2007-12-10 Thread mabshoff
On Dec 10, 6:46 am, Mike Hansen [EMAIL PROTECTED] wrote: In case you're curious, here are some timings for higher powers along with memory usage. sage: s = SFASchur(QQ) sage: f = s([2,1]) sage: get_memory_usage() 515.17578125 sage: time a = f^10 CPU times: user 6.64 s, sys: 0.03 s,

[sage-support] Re: Stufit expander fails with MacOS Sage 10.4 download

2007-12-10 Thread Robert Lockwood
On Dec 9, 2007 9:14 PM, Robert Lockwood [EMAIL PROTECTED] wrote: Thanks, I saw the post about the link problem as 2999 others and I downloded atfer reading Slashdot. Here's what I get. -bash: ./sage: No such file or directory Spot:~/sage robertlockwood$ On Dec 9, 2007 9:04 PM, William

[sage-support] Re: SAGE-2.8.15!

2007-12-10 Thread Andrzej Giniewicz
Hi, I've seen that R moved from experimental to optional, now as r-2.6.1.p6, tryied it but got: sage: import rpy --- type 'exceptions.AttributeError'Traceback (most recent call last) /home/giniu/ipython console in

[sage-support] Notebook Server Setup? (Upgrade to Gutsy)

2007-12-10 Thread Adam Getchell
Hi all, I upgraded my SAGE install from feisty to gutsy by adding XUbuntu via: sudo apt-get install xubuntu-desktop and then doing an upgrade using the Upgrade manager. One item that seemed to break was the notebook script (which I'm having a hard time finding, where is it located?). It fails

[sage-support] Re: Notebook Server Setup? (Upgrade to Gutsy)

2007-12-10 Thread William Stein
On Dec 10, 2007 11:05 AM, Adam Getchell [EMAIL PROTECTED] wrote: Hi all, I upgraded my SAGE install from feisty to gutsy by adding XUbuntu via: I assume you're using sage-vmware? sudo apt-get install xubuntu-desktop and then doing an upgrade using the Upgrade manager. Excellent. I'm

[sage-support] Re: SAGE-2.8.15!

2007-12-10 Thread Andrzej Giniewicz
On 10 Gru, 19:57, William Stein [EMAIL PROTECTED] wrote: On Dec 10, 2007 10:50 AM, Andrzej Giniewicz [EMAIL PROTECTED] wrote: Hi, I've seen that R moved from experimental to optional, now as r-2.6.1.p6, tryied it but got: sage: import rpy

[sage-support] Re: SAGE-2.8.15!

2007-12-10 Thread William Stein
On Dec 10, 2007 11:33 AM, Andrzej Giniewicz [EMAIL PROTECTED] wrote: On 10 Gru, 19:57, William Stein [EMAIL PROTECTED] wrote: On Dec 10, 2007 10:50 AM, Andrzej Giniewicz [EMAIL PROTECTED] wrote: Hi, I've seen that R moved from experimental to optional, now as r-2.6.1.p6,

[sage-support] Re: SAGE-2.8.15!

2007-12-10 Thread Andrzej Giniewicz
Well, now that's indeed strange... maybe old version that I had installed from -experimental messed something up, and it doesn't update this file so maybe it's old one?... this could explain why it looks different... revision of this file is quite old, that's Id tag: rpy.py 342 2007-02-20

[sage-support] Re: SAGE-2.8.15!

2007-12-10 Thread William Stein
On Dec 10, 2007 12:26 PM, Andrzej Giniewicz [EMAIL PROTECTED] wrote: OK... so I removed this file, and it is now never... well... seems that at switch from experimental to optional something went wrong on my local machine... now it says: sage: import rpy sage: rpy.r ...

[sage-support] Re: SAGE-2.8.15!

2007-12-10 Thread Andrzej Giniewicz
On 10 Gru, 21:45, William Stein [EMAIL PROTECTED] wrote: On Dec 10, 2007 12:26 PM, Andrzej Giniewicz [EMAIL PROTECTED] wrote: OK... so I removed this file, and it is now never... well... seems that at switch from experimental to optional something went wrong on my local

[sage-support] gaussian_binomial()

2007-12-10 Thread Daniel Bump
There are some problems with the function gaussian_binomial in sage 2.8.14. The help string contains a typo: binom{n}{k}_q = frac{(1-q^m)(1-q^{m-1})... (1-q^{m-r+1})} {(1-q)(1-q^2)... (1-q^r)}. The typo is that m and r on the RHS should match n and k on the LHS. I feel

[sage-support] Re: gaussian_binomial()

2007-12-10 Thread mabshoff
On Dec 11, 1:48 am, Daniel Bump [EMAIL PROTECTED] wrote: There are some problems with the function gaussian_binomial in sage 2.8.14. The help string contains a typo: binom{n}{k}_q = frac{(1-q^m)(1-q^{m-1})... (1-q^{m-r+1})} {(1-q)(1-q^2)... (1-q^r)}. The typo is

[sage-support] Re: gaussian_binomial()

2007-12-10 Thread David Joyner
Thanks for reporting this, Dan! It's now http://sagetrac.org/sage_trac/ticket/1456 On Dec 10, 2007 7:48 PM, Daniel Bump [EMAIL PROTECTED] wrote: There are some problems with the function gaussian_binomial in sage 2.8.14. The help string contains a typo: binom{n}{k}_q =

[sage-support] Re: [sage-devel] bug in 2.8.15 (somewhere in sage.calculus?)

2007-12-10 Thread David Joyner
On Dec 10, 2007 8:29 PM, Jonathan Bober [EMAIL PROTECTED] wrote: Hi all. I just opened ticket #1457 (see below) http://trac.sagemath.org/sage_trac/ticket/1457 The following is hopefully pretty self explanatory: --- The following took place on an Intel

[sage-support] Re: patch creation problem?

2007-12-10 Thread William Stein
On Dec 10, 2007 5:44 PM, David Joyner [EMAIL PROTECTED] wrote: Hi: It seems like I saw this reported already but can't find it now. I'm thinking I'm doing something stupid, but can't figure it out and was wondering if someone on this list can see the problem. My usual procedure for

[sage-support] Re: patch creation problem?

2007-12-10 Thread David Joyner
On Dec 10, 2007 9:25 PM, William Stein [EMAIL PROTECTED] wrote: On Dec 10, 2007 5:44 PM, David Joyner [EMAIL PROTECTED] wrote: Hi: It seems like I saw this reported already but can't find it now. I'm thinking I'm doing something stupid, but can't figure it out and was wondering if

[sage-support] Re: patch creation problem?

2007-12-10 Thread William Stein
On Dec 10, 2007 6:35 PM, David Joyner [EMAIL PROTECTED] wrote: On Dec 10, 2007 9:25 PM, William Stein [EMAIL PROTECTED] wrote: On Dec 10, 2007 5:44 PM, David Joyner [EMAIL PROTECTED] wrote: Hi: It seems like I saw this reported already but can't find it now. I'm thinking I'm

[sage-support] Re: patch creation problem?

2007-12-10 Thread William Stein
On Dec 10, 2007 6:35 PM, David Joyner [EMAIL PROTECTED] wrote: On Dec 10, 2007 9:25 PM, William Stein [EMAIL PROTECTED] wrote: On Dec 10, 2007 5:44 PM, David Joyner [EMAIL PROTECTED] wrote: Hi: It seems like I saw this reported already but can't find it now. I'm thinking I'm

[sage-support] Re: Notebook Server Setup? (Upgrade to Gutsy)

2007-12-10 Thread alex clemesha
On Dec 10, 2007 11:32 AM, William Stein [EMAIL PROTECTED] wrote: On Dec 10, 2007 11:05 AM, Adam Getchell [EMAIL PROTECTED] wrote: Hi all, I upgraded my SAGE install from feisty to gutsy by adding XUbuntu via: I assume you're using sage-vmware? sudo apt-get install xubuntu-desktop