Re: [sage-support] Sage 6.9 no longer loads packages from /home/me/.local/lib/python2.7/site-packages

2015-11-22 Thread Mark Bell
Thank you for tracking this down so quickly and for already submitting a correction. If I am understanding your response correctly then I think I need to just hope that trac 14243 is accepted and then wait for the next version of sage that includes it. In the mean time, is there any temporary

Re: [sage-support] Sage 6.9 no longer loads packages from /home/me/.local/lib/python2.7/site-packages

2015-11-22 Thread William Stein
On Sunday, November 22, 2015, Mark Bell wrote: > Thank you for tracking this down so quickly and for already submitting a > correction. If I am understanding your response correctly then I think I > need to just hope that trac 14243 is accepted and then wait for the

Re: [sage-support] Fwd: [sage-release] Bug in limit?

2015-11-22 Thread William Stein
This definitely looks like a bug. In the meantime, a workaround is to use sympy: sage: var('m a0') (m, a0) sage: x=2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*(3/4)^m + 2)*a0;x 2/5*((3/4)^m - 1)*(a0 - 100) + 1/5*(3*(3/4)^m + 2)*a0 sage: limit(x, m=oo) [BAD] sage: limit(x, m=oo,

[sage-support] Fwd: [sage-release] Bug in limit?

2015-11-22 Thread David Joyner
Forwarded to the correct list -- Forwarded message -- From: G. M.-S. Date: Sun, Nov 22, 2015 at 4:34 PM Subject: [sage-release] Bug in limit? To: sage-rele...@googlegroups.com Hello. This is my first post, please be indulgent. Is the following a bug?