#2120: [with patch, needs work] maple -- the interface is completely broken in
Sage-2.10.1 with Maple 11.
------------------------+---------------------------------------------------
 Reporter:  was         |       Owner:  was              
     Type:  defect      |      Status:  assigned         
 Priority:  major       |   Milestone:  sage-4.1.2       
Component:  interfaces  |    Keywords:  editor_craigcitro
 Reviewer:              |      Author:                   
   Merged:              |  
------------------------+---------------------------------------------------

Comment(by malb):

 Here is what I currently get with Maple 11:

 {{{
 sage -t --optional "devel/sage-main/sage/interfaces/maple.py"
 **********************************************************************
 File "/usr/local/sage-4.1/devel/sage-main/sage/interfaces/maple.py", line
 29:
     sage: maple.eval('ifactor(2005)')                    # optional -
 maple
 Expected:
     '"(5)*"(401)'
 Got:
     '``(5)*``(401)'
 **********************************************************************
 File "/usr/local/sage-4.1/devel/sage-main/sage/interfaces/maple.py", line
 31:
     sage: maple.ifactor(2005)                            # optional -
 maple
 Expected:
     "(5)*"(401)
 Got:
     ``(5)*``(401)
 **********************************************************************
 File "/usr/local/sage-4.1/devel/sage-main/sage/interfaces/maple.py", line
 188:
     sage: maple.ifactor(maple.fibonacci(27))     # optional - maple
 Expected:
     "(2)*"(17)*"(53)*"(109)
 Got:
     ``(2)*``(17)*``(53)*``(109)
 **********************************************************************
 File "/usr/local/sage-4.1/devel/sage-main/sage/interfaces/maple.py", line
 1068:
     sage: print latex(maple(pi - e^3))                   # optional --
 requires maple
 Expected:
     \pi - \left( {e^{1}} \right) ^{3}
 Got:
     \pi-{e^{3}}
 **********************************************************************
 2 items had failures:
    3 of  28 in __main__.example_0
    1 of   4 in __main__.example_40
 ***Test Failed*** 4 failures.
 For whitespace errors, see the file
 /usr/local/sage-4.1/tmp/.doctest_maple.py
          [21.0 s]
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2120#comment:11>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to