[sage-support] Re: range endpoints

2009-03-28 Thread William Stein
On Sat, Mar 28, 2009 at 8:54 PM, kcrisman wrote: > > Dear Support, > > I noticed the following behavior just now. > > sage: range(1,5) > [1,2,3,4] > sage: range(1,pi) > Traceback:  etc etc etc > > The same thing happens with e. > > srange behaves fine but I didn't know if this was a problem.  Als

[sage-support] range endpoints

2009-03-28 Thread kcrisman
Dear Support, I noticed the following behavior just now. sage: range(1,5) [1,2,3,4] sage: range(1,pi) Traceback: etc etc etc The same thing happens with e. srange behaves fine but I didn't know if this was a problem. Also, I now realize that the following is a little weird: sage: range(1,5)

[sage-support] Re: %latex notebook errors

2009-03-28 Thread William Stein
On Sat, Mar 28, 2009 at 6:55 PM, J Elaych wrote: > > >> What happens if you type this at the command line: >> >> sage: sage.misc.latex.Latex().eval('Try this: $$x^2=-1$$.',0,0,debug=True) >> >> William > > Awesome, thanks.   Latex wasn't finding 'fullpage.sty' so I installed > 'dblatex' via > Ubu

[sage-support] Re: %latex notebook errors

2009-03-28 Thread J Elaych
> What happens if you type this at the command line: > > sage: sage.misc.latex.Latex().eval('Try this: $$x^2=-1$$.',0,0,debug=True) > > William Awesome, thanks. Latex wasn't finding 'fullpage.sty' so I installed 'dblatex' via Ubuntu, which in turn installed tons of latex packages, including ..

[sage-support] Re: sage.math out for a break?

2009-03-28 Thread William Stein
On Sat, Mar 28, 2009 at 1:48 PM, Justin C. Walker wrote: > > Hi, > > I can't get to sage.math: ports 80 (http) and 22 (ssh) don't respond > and attempts to connect time-out.  'ping' works, FWIW. It works fine for me right now. > > Justin > > -- > Justin C. Walker, Curmudgeon at Large > Institut

[sage-support] Re: sage.math out for a break?

2009-03-28 Thread mabshoff
On Mar 28, 1:48 pm, "Justin C. Walker" wrote: > Hi, > > I can't get to sage.math: ports 80 (http) and 22 (ssh) don't respond   > and attempts to connect time-out.  'ping' works, FWIW. Must be a local problem, I can log in without problems. Things can be a little slow via http, but that might b

[sage-support] sage.math out for a break?

2009-03-28 Thread Justin C. Walker
Hi, I can't get to sage.math: ports 80 (http) and 22 (ssh) don't respond and attempts to connect time-out. 'ping' works, FWIW. Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- Like the ski resort full of girls hunting for husbands and

[sage-support] Problem with "print"-ing long polynomials in the Sage notebook

2009-03-28 Thread Petr Muzikar
Hello, sage users, I'm using Sage Version 3.4 on Ubuntu 8.10 and I have a problem with displaying polynomials that don't fit on a single line using the "print" statement in the Sage notebook. Here's an example: a,b,c = var('a,b,c') p = expand((a+2*b+3*c)^10) print p and I get the exponents "fly

[sage-support] Re: %latex notebook errors

2009-03-28 Thread William Stein
On Sat, Mar 28, 2009 at 12:10 PM, J Elaych wrote: > > Hi, > > I try the following in my first cell in a new notebook with sage-3.4 > and the latest Ubuntu 64bit os. > > > %latex > Try this: $$x^2=-1$$. > > evaluate > > An e

[sage-support] %latex notebook errors

2009-03-28 Thread J Elaych
Hi, I try the following in my first cell in a new notebook with sage-3.4 and the latest Ubuntu 64bit os. %latex Try this: $$x^2=-1$$. evaluate An error occured. Error latexing slide. -

[sage-support] Re: sage-3.4 fails on gmp-mpir-0.9

2009-03-28 Thread mabshoff
On Mar 28, 4:52 am, Roger Mason wrote: > Hello, Hi Roger, > I tried to post the above problem to sage-devel, as instructed by the > failure report but my message was rejected. You have to be subscribed. > Here is the machine information: > The last bit of the install log is attached. Th

[sage-support] Re: Strange behavior on sagenb

2009-03-28 Thread Carl Witty
On Mar 28, 8:59 am, William Stein wrote: > I know of one place in sage where objects cache their hash for > efficiency reasons (e.g., I think Sage matrices do). I hadn't thought > about the fact that pickling, moving to an object to a platform where > the hashes are different, and unpickling, wou

[sage-support] Re: Strange behavior on sagenb

2009-03-28 Thread William Stein
On Sat, Mar 28, 2009 at 6:26 AM, Jason Bandlow wrote: >> I'm guessing this is a subtle 32 versus 64-bit issue involving >> pickling and assumptions made somewhere in the combinat or other sage >> code involving 32/64-bit.  The notebook is 64-bit and I bet your >> computer is 32-bit. >> >> By the

[sage-support] Re: Strange behavior on sagenb

2009-03-28 Thread Jason Bandlow
William Stein wrote: > On Thu, Mar 26, 2009 at 8:50 AM, Jason Bandlow wrote: >> Hi all, >> >> When I start up a clean version of sage 3.4 on my local machine and >> enter the following into a notebook cell: >> >> M=load('http://www.math.upenn.edu/~jbandlow/sage_data/dic_of_kst_to_G_cob_mats.sobj'

[sage-support] sage-3.4 fails on gmp-mpir-0.9

2009-03-28 Thread Roger Mason
Hello, I tried to post the above problem to sage-devel, as instructed by the failure report but my message was rejected. Here is the machine information: Linux hyalophane 2.6.25-gentoo-r8 #1 SMP Mon Oct 20 13:13:55 NDT 2008 i686 Intel(R) Celeron(R) CPU 2.80GHz GenuineIntel GNU/Linux cat /proc/c

[sage-support] Re: Regarding Problem In intigration of sage connect

2009-03-28 Thread Robert Bradshaw
I think you have the wrong Sage. This is the list for the mathematics system http://sagemath.org/ On Mar 27, 2009, at 11:22 PM, Milind wrote: > > Hi!! > > I am a developer at a compny. I am working on x-Cart > And .Net Also Now I Need To Integrate Sage Connect WIth X-Cart. Here I

[sage-support] Regarding Problem In intigration of sage connect

2009-03-28 Thread Milind
Hi!! I am a developer at a compny. I am working on x-Cart And .Net Also Now I Need To Integrate Sage Connect WIth X-Cart. Here I have a code that generates XML File Now I am Executing That XML File And Download Orders And Customers In Connect But When I Tries To Save Data It Gives M

[sage-support] Re: Strange construction in autogenerated Python

2009-03-28 Thread simon . king
Hi Greg, On 28 Mrz., 06:25, Greg Kuperberg wrote: > On Mar 27, 1:39 pm, simon.k...@uni-jena.de wrote: > > > Side note: In order to change to the latest sage version, it is not > > needed to compile from scratch again. Just do > >   sage -upgrade > > on the command line. Provided that you are con