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
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
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
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
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
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'
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo