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]+\) -> ',
>>> command = "sh -c 'axiom -nox -noclef | cat'",
>>
>> Apart from modifying axiom.py, do I have to do anything else? Compiling,
>> installing?
>>
>
> Just modify './devel/sage-main/sage/interfaces/axiom.py' and then run sage
> with
>
> ./sage -br
>
> to re-build and run.
>
BTW, I can not reproduce the behavior you describe on a Debian (Lenny)
machine running the most recent version of Sage (not modifications to
axiom.py):
[EMAIL PROTECTED]:~/sage-3.1.4$ ./sage
----------------------------------------------------------------------
| SAGE Version 3.1.4, Release Date: 2008-10-20 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: var('z')
z
sage: A=axiom.series(z,z=0)
sage: A
z
sage: B = (1/(1-A^2))
sage: B
2 4 6 8 10 11
1 + z + z + z + z + z + O(z )
sage: A
z
sage: B
2 4 6 8 10 11
1 + z + z + z + z + z + O(z )
sage: A
z
sage:
-----
What version of Sage are you using? What platform?
Regards,
Bill Page.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---