Re: [sage-support] Digest for sage-support@googlegroups.com - 13 Messages in 6 Topics

2009-11-25 Thread William Stein
On Wed, Nov 25, 2009 at 6:47 PM, Joshua Friedman wrote: > The following program runs really, really slowly. Is there anyway to > speed this up. I tried it as a .spyx program, put it wouldn't compile: > It takes my machine around 10 seconds. I suppose it is the symbolic math? > > f(x,y) = y^2*abs(3

[sage-support] Re: Digest for sage-support@googlegroups.com - 13 Messages in 6 Topics

2009-11-25 Thread Marshall Hampton
Other people can probably suggest other speedups, but one thing I tried was adding: var('x,y') #presumably you already did this at some point npi = RDF(pi) Having a numerical version of pi seems to speed it up by a factor of 20 or so. -M. Hampton On Nov 25, 8:47 pm, Joshua Friedman wrote: > Th

Re: [sage-support] Digest for sage-support@googlegroups.com - 13 Messages in 6 Topics

2009-11-25 Thread Joshua Friedman
The following program runs really, really slowly. Is there anyway to speed this up. I tried it as a .spyx program, put it wouldn't compile: It takes my machine around 10 seconds. I suppose it is the symbolic math? f(x,y) = y^2*abs(3*exp(2*pi*i*(x+i*y))*3*exp(4*2*pi*i*(x+i*y)) + 8*exp(2*pi*i*(x+i*y

Re: [sage-support] Virtualbox Sage 4.2.1... will there be one

2009-11-25 Thread William Stein
On Wed, Nov 25, 2009 at 2:42 PM, Michael Madison wrote: > I am currently using Sage 4.2 in VirtualBox on windows XP.  There is a > problem with symbolic determinants with 4.2 so I would like to switch > to 4.2.1 however none of the mirrors for VirtualBox have 4.2.1 only > 4.2.  Are there plans to

[sage-support] Re: creating a sage icon

2009-11-25 Thread Harald Schilly
On Nov 25, 11:05 pm, Yotam Avital wrote: > Hi. > > I want to create an icon that will launch sage in it's notebook mode > immediately.  Is it possible? In case you want an icon - a small picture - for that "icon", I thought about this today and i'll create some and a svg that is suitable for kde

Re: [sage-support] creating a sage icon

2009-11-25 Thread Dan Drake
On Thu, 26 Nov 2009 at 12:05AM +0200, Yotam Avital wrote: > I want to create an icon that will launch sage in it's notebook mode > immediately. Is it possible? Sure. You can create a launcher or icon and just put "sage -notebook" as the command. You might need to specify a path to Sage if it isn'

[sage-support] Virtualbox Sage 4.2.1... will there be one

2009-11-25 Thread Michael Madison
I am currently using Sage 4.2 in VirtualBox on windows XP. There is a problem with symbolic determinants with 4.2 so I would like to switch to 4.2.1 however none of the mirrors for VirtualBox have 4.2.1 only 4.2. Are there plans to post a 4.2.1 for VirtualBox? Thanks Mike -- To post to this gr

[sage-support] creating a sage icon

2009-11-25 Thread Yotam Avital
Hi. I want to create an icon that will launch sage in it's notebook mode immediately. Is it possible? I'm using mandriva linux. Thanks. Yotam -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegr

Re: [sage-notebook] Re: [sage-support] Display worksheets with interact applications in notebooks correctly without editing them first

2009-11-25 Thread Alex Clemesha
On Wed, Nov 25, 2009 at 12:21 PM, William Stein wrote: > On Wed, Nov 25, 2009 at 11:29 AM, be wrote: > > Hello, > > > > we added 8 worksheets to the sagenb server. > > The worksheets contain a course about ECC, and its done in a highly > > interactive way. > > See http://sagenb.org/home/pub/1126

Re: [sage-support] Display worksheets with interact applications in notebooks correctly without editing them first

2009-11-25 Thread William Stein
On Wed, Nov 25, 2009 at 11:29 AM, be wrote: > Hello, > > we added 8 worksheets to the sagenb server. > The worksheets contain a course about ECC, and its done in a highly > interactive way. > See http://sagenb.org/home/pub/1126/  to  http://sagenb.org/home/pub/1133. > > We guess that a normal user

[sage-support] Display worksheets with interact applications in notebooks correctly without editing them first

2009-11-25 Thread be
Hello, we added 8 worksheets to the sagenb server. The worksheets contain a course about ECC, and its done in a highly interactive way. See http://sagenb.org/home/pub/1126/ to http://sagenb.org/home/pub/1133. We guess that a normal user wants to make use of a published worksheet without any add

[sage-support] Re: Can I change a plot option ?

2009-11-25 Thread kcrisman
On Nov 25, 12:16 pm, Francois Maltey wrote: > Hello everybody ! > > I'm using plot : > > I can plot a curve by > > sage: plot (sin(x), (x,-3,3)) > > or > > sage: res = plot (sin(x), (x,-3,3)) ; res > > I also can configure plot with optional parameters. > > plot (sin(x), (x,-3,3), aspect_ratio=1

[sage-support] Re: Short question about saving the source of a Sage notebook

2009-11-25 Thread be
On 25 Nov., 04:10, William Stein wrote: >   (1) in sage >= 4.2 snapshots are never saved in worksheet files.  I > think they might be saved in older version. > William That the snapshots are no more saved in SWS files already saved a lot of space. But I hope you still can consider our request. W

[sage-support] Can I change a plot option ?

2009-11-25 Thread Francois Maltey
Hello everybody ! I'm using plot : I can plot a curve by sage: plot (sin(x), (x,-3,3)) or sage: res = plot (sin(x), (x,-3,3)) ; res I also can configure plot with optional parameters. plot (sin(x), (x,-3,3), aspect_ratio=1) And aspect_ratio is a method in res : I test it by res.[tab] But I

[sage-support] Re: Is it possible to do a binary upgrade similar to sage -upgrade?

2009-11-25 Thread Harald Schilly
On Nov 24, 3:08 am, Dan Drake wrote: > zsync FWIW, I implemented zsync and it isn't good. It's probably the same underlying issue as with rsync, where too many small connections try to fetch small files but overall it takes much longer and the whole traffic might be even worse. zsync issued warni

Re: [sage-support] Re: Is it possible to do a binary upgrade similar to sage -upgrade?

2009-11-25 Thread Carlos Córdoba
Thanks for the tip Mike. I'll investigate this approach and report progress, if I make some. Carlos 2009/11/24 Mike Hansen > Another option might be using a unionfs overlay to monitor the files > that get installed / changed during the installation of an spkg. I'm > not sure about deleted file

[sage-support] Re: how to scroll down more when doing ?? for long listing?

2009-11-25 Thread Simon King
Hi Nasser! On Nov 25, 1:27 am, Nasser Abbasi wrote: > I also find it strange that I could not use wild card for searching, I > keep forgetting name of commands. It would nice if one in sage can > write > > *solve*? > >     No object '' currently defined. > > to get listing of all functions in whi