Thanks!
R
On Jan 8, 2:57 pm, John Cremona wrote:
> Look at the documentation for load (by typing load?)
>
> The correct syntax is
>
> load ('foomat')
>
> It returns the saved object. Hence:
>
> sage: foomat2 = load('foomat')
> sage: foomat == foomat2
> True
>
> John Cremona
>
> On Jan 8, 4:41 p
Look at the documentation for load (by typing load?)
The correct syntax is
load ('foomat')
It returns the saved object. Hence:
sage: foomat2 = load('foomat')
sage: foomat == foomat2
True
John Cremona
On Jan 8, 4:41 pm, ricardomayerb wrote:
> Hello everyone,
>
> My desired result and probabl
I experience the same problem. It happened after the upgrade so I just
did an fresh install
from source and got the same result...Dave
On May 10, 9:33 am, Martin Albrecht <[EMAIL PROTECTED]>
wrote:
> On Wednesday 09 May 2007 07:35, Brian Harris wrote:
>
> > Quotes didn't change the behavior for t
On Wednesday 09 May 2007 07:35, Brian Harris wrote:
> Quotes didn't change the behavior for that script. However I get part-
> way through the example.sage script before the error:
I get the same error with a fresh 2.5 install. ipython is at version 0.8.0.
sage: version()
'SAGE Version 2.5, Rel
Quotes didn't change the behavior for that script. However I get part-
way through the example.sage script before the error:
[EMAIL PROTECTED]:~/Desktop/sage-2.5-linux_32bit-debian-i686-Linux
$ ./sage
--
| SAGE Version 2.5, Rele
On 5/8/07, Brian Harris <[EMAIL PROTECTED]> wrote:
>
> This happens when loading any file, ideas on why?
>
> [EMAIL PROTECTED]:~/Desktop/sage-2.5-linux_32bit-debian-i686-Linux
> $ ./sage
> --
> | SAGE Version 2.5, Release Date: 20