[sage-support] Re: slice of pari vector invalid as lvalue

2006-11-15 Thread William Stein
On Wed, 15 Nov 2006 04:50:46 -0800, David Joyner <[EMAIL PROTECTED]> wrote: > > I'm not understanding your question. Lists are mutable: > sage: L = [0,0] > sage: L[:1] = [1] > sage: L > [1, 0] > pari vectors apparently are not. Are you saying they should be? > Or is it that you don't like the

[sage-support] Re: slice of pari vector invalid as lvalue

2006-11-15 Thread William Stein
This is a not-implemented yet error. I've added it as trac ticket 169: http://sage.math.washington.edu:9002/sage_trac/ticket/169 On Wed, 15 Nov 2006 04:37:16 -0800, Luislang <[EMAIL PROTECTED]> wrote: > > Following session says it all. > >

[sage-support] Re: slice of pari vector invalid as lvalue

2006-11-15 Thread Martin Albrecht
On Wednesday 15 November 2006 13:50, David Joyner wrote: > I'm not understanding your question. Lists are mutable: > sage: L = [0,0] > sage: L[:1] = [1] > sage: L > [1, 0] > pari vectors apparently are not. Are you saying they should be? > Or is it that you don't like the error message? Actually

[sage-support] Re: slice of pari vector invalid as lvalue

2006-11-15 Thread David Joyner
I'm not understanding your question. Lists are mutable: sage: L = [0,0] sage: L[:1] = [1] sage: L [1, 0] pari vectors apparently are not. Are you saying they should be? Or is it that you don't like the error message? On 11/15/06, Luislang <[EMAIL PROTECTED]>

[sage-support] slice of pari vector invalid as lvalue

2006-11-15 Thread Luislang
Following session says it all. | SAGE Version 1.2.2, Build Date: 2006-04-17-2338 | | Distributed under the GNU General Public License V2. | | For help type ? or ??. |

[sage-support] Re: ordinary POST/GET requests to Sage server

2006-11-15 Thread dz0
the idea of SAGE calc seems to fit my needs as php site would be on different pc than sage (that site would ack kind of as GateWay) and how much more time does it take for a calculation, that sage process is started for each calculation separately compared to the -notebook option, when it seems to