#7377: Symbolic Ring to Maxima via EclObject
------------------------------------------------------------------------------------+
   Reporter:  nbruin                                                            
    |       Owner:  nbruin      
       Type:  enhancement                                                       
    |      Status:  needs_work  
   Priority:  major                                                             
    |   Milestone:  sage-feature
  Component:  symbolics                                                         
    |    Keywords:              
     Author:  Nils Bruin, Jean-Pierre Flori                                     
    |    Upstream:  N/A         
   Reviewer:  Jean-Pierre Flori, François Bissey, Karl-Dieter Crisman           
    |      Merged:              
Work_issues:  Maxima question doctests, 100% coverage, Maxima command list 
doctest  |  
------------------------------------------------------------------------------------+

Comment(by kcrisman):

 Okay, while this patch is not 100% ready, it is certainly good enough to
 look at and give feedback on.  It takes care of the three things I mention
 above, and adds a little doctesting.  It also documents `assume` more
 comprehensively early in its docstring.

 I get a weird error with this, though:
 {{{
 sage:             sage: var('x, n')
 (x, n)
 sage:             sage: integral(x^n,x)
 ERROR: An unexpected error occurred while tokenizing input
 The following traceback may be corrupted or invalid
 The error message is: ('EOF in multi-line statement', (534, 0))
 <snip - then the expected ValueError>
 }}}
 which I cannot explain.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7377#comment:113>
Sage <http://www.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