[sage-support] How to install sagemathcloud on local computer?

2014-03-15 Thread Андрей Ширшов
Hello! I'd like to install sagemathcloud on my own computer to lunch it and try to patch it. How can I install sagemathcloud? I downloaded files from github and tried to lunch it but I haven't ~/.sagemathcloud directory I tried to find installation instructions via Yandex and Google but I

[sage-support] Re: How to install sagemathcloud on local computer?

2014-03-15 Thread Андрей Ширшов
I'd like to install sagemathcloud on my own computer to lunch it and try to patch it. Sorry, launch, not lunch :) -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [sage-support] How to install sagemathcloud on local computer?

2014-03-15 Thread William Stein
On Sat, Mar 15, 2014 at 6:04 AM, Андрей Ширшов sh.andr@gmail.com wrote: Hello! I'd like to install sagemathcloud on my own computer to lunch it and try to patch it. How can I install sagemathcloud? I downloaded files from github and tried to lunch it but I haven't ~/.sagemathcloud

[sage-support] [ANN] OpenOpt Suite release 0.53: Stochastic programming addon now is BSD-licensed

2014-03-15 Thread dmitrey
hi all, I'm glad to inform you about new OpenOpt Suite release 0.53: Stochastic programming addon http://openopt.org/StochasticProgrammingnow is available for free (license: BSD) Some minor changes -- Regards, D.

[sage-support] sage: %runfile test.spyx ----------- output redirection to a file

2014-03-15 Thread Prakash Dey
sage: %runfile test.spyx compiles the file test.spyx, but output is shown in the terminal. The output is too large. How to redirect the output to a file like $ ./test.spyx out.txt -- You received this message because you are subscribed to the Google Groups sage-support group. To

[sage-support] Re: trouble with deepcopy

2014-03-15 Thread Nils Bruin
On Thursday, March 13, 2014 3:05:22 PM UTC-7, Lee Worden wrote: sage: s = symbolic_expression( 'a(x)' ) sage: s.substitute_function( sage.symbolic.function_factory.function('a'), sage.symbolic.function_factory.function('A') ) A(x) sage: t = deepcopy( s ) Since symbolic expressions

Re: [sage-support] Re: Optimizing this function with Cython

2014-03-15 Thread Robert Bradshaw
On Fri, Mar 14, 2014 at 2:03 PM, Georgios Tzanakis gtzana...@gmail.com wrote: On Fri, Mar 14, 2014 at 4:49 PM, Robert Bradshaw rober...@math.washington.edu wrote: Note that intL[i][introws[i]] + j %w == 0: would probably be just (or nearly) as fast as ((int(tupleL[i])[int(rows[i])])+j