[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Bill Page
On Tue, Oct 28, 2008 at 8:32 PM, Waldek Hebisch wrote: > > Bill Page wrote: >> >> Martin, >> >> If you are using a non-clisp version of Fricas with Sage you might >> want to try a different way of disabling readline in order to solve >> the synchronization problem. In 'axiom.py' you will see: > >

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Waldek Hebisch
Bill Page wrote: > > Martin, > > If you are using a non-clisp version of Fricas with Sage you might > want to try a different way of disabling readline in order to solve > the synchronization problem. In 'axiom.py' you will see: > is necessary to disable readline in gcl. I do not know if thi

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Bill Page
Martin, If you are using a non-clisp version of Fricas with Sage you might want to try a different way of disabling readline in order to solve the synchronization problem. In 'axiom.py' you will see: Expect.__init__(self, name = 'axiom', pr

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Bill Page
On Tue, Oct 28, 2008 at 12:51 PM, Martin Rubey wrote: > > Bill Page writes: >> What version of Sage are you using? What platform? > > Students 3.1.2, Suse 10, gcl FriCAS > > Myself 3.1.4, Kubuntu Hardy, sbcl FriCAS > Do you mean you are trying to use a non-clisp version of Fricas with Sage? Coul

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Martin Rubey
> > ./sage -br > > > > to re-build and run. No luck: copying build/lib.linux-i686-2.5/sage/interfaces/axiom.py -> /home/martin/Documents/sage-3.1.4/local/lib/python2.5/site-packages/sage/interfaces byte-compiling /home/martin/Documents/sage-3.1.4/local/lib/python2.5/site-packages/sage/interface

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Martin Rubey
"Bill Page" <[EMAIL PROTECTED]> writes: > What version of Sage are you using? What platform? Students 3.1.2, Suse 10, gcl FriCAS Myself 3.1.4, Kubuntu Hardy, sbcl FriCAS Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Bill Page
On Tue, Oct 28, 2008 at 12:37 PM, Bill Page wrote: > On Tue, Oct 28, 2008 at 12:31 PM, Martin Rubey wrote: >> >> "Bill Page" <[EMAIL PROTECTED]> writes: >>> Expect.__init__(self, >>> name = 'axiom', >>> prompt = '\([0-9]+\) -> ', >>>

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Bill Page
On Tue, Oct 28, 2008 at 12:31 PM, Martin Rubey wrote: > > "Bill Page" <[EMAIL PROTECTED]> writes: >> Expect.__init__(self, >> name = 'axiom', >> prompt = '\([0-9]+\) -> ', >> command = "sh -c 'axiom -nox -noclef | cat'", > > A

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Martin Rubey
"Bill Page" <[EMAIL PROTECTED]> writes: > Expect.__init__(self, > name = 'axiom', > prompt = '\([0-9]+\) -> ', > command = "sh -c 'axiom -nox -noclef | cat'", Apart from modifying axiom.py, do I have to do anything else? Com

[fricas-devel] Re: problems with FriCAS interface

2008-10-28 Thread Bill Page
On Tue, Oct 28, 2008 at 11:57 AM, Martin Rubey wrote: > > I get the following very weird result: > > sage: A=axiom.series(z,z=0) > sage: A > > sage: A > z > sage: B = (1/(1-A^2)) > sage: B > > 246810 11 > 1 + z + z + z + z + z + O(z ) > sage: A > > 24