On Mon, Jan 12, 2009 at 2:20 PM, Alex Raichev <[email protected]> wrote: > > Hi all: > > I posted this question in September but still haven't been able to > resolve the issue: how do i run Maple in Sage? Here's an example > session (run on my Mac) illustrating the problem. > > Alex > > ---------------------------------------------------------------------- > | Sage Version 3.2, Release Date: 2008-11-20 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > sage: maple.console() > |\^/| Maple 11 (APPLE UNIVERSAL OSX) > ._|\| |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple > Inc. 2007 > \ MAPLE / All rights reserved. Maple is a trademark of > <____ ____> Waterloo Maple Inc. > | Type ? for help. >> 2*3; > 6 > >> quit > bytes used=420360, alloc=393144, time=0.00 > sage: !maple > |\^/| Maple 11 (APPLE UNIVERSAL OSX) > ._|\| |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple > Inc. 2007 > \ MAPLE / All rights reserved. Maple is a trademark of > <____ ____> Waterloo Maple Inc. > | Type ? for help. >> 2*3; > 6 > >> quit > bytes used=420360, alloc=393144, time=0.01 > sage: maple('2*3') > > sage: maple('2*3') > read "/Users/arai021/.sage//temp/prj_567_106.cs.auckland.ac.nz/1621// > inter > sage: maple('2*3') > 6 > sage: maple('2*3') > > sage: maple('2*3') > read "/Users/arai021/.sage//temp/prj_567_106.cs.auckland.ac.nz/1621// > inter > sage: maple('2*3') > sage1 > sage: maple('2*3') > > sage: maple('2*3') > read "/Users/arai021/.sage//temp/prj_567_106.cs.auckland.ac.nz/1621// > inter > sage: maple('2*3') > sage2 > sage: maple('2*3') > > sage: maple('2*3') > read "/Users/arai021/.sage//temp/prj_567_106.cs.auckland.ac.nz/1621// > inter > sage: maple('2*3') > sage9 > sage:
This is a known bug: http://trac.sagemath.org/sage_trac/ticket/2120 I hope it gets looked at again at Sage Days next week (which is a week of developers fixing bugs). William --~--~---------~--~----~------------~-------~--~----~ 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/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
