#7490: refactor symbolic functions
-------------------------+--------------------------------------------------
   Reporter:  burcin     |       Owner:  burcin       
       Type:  defect     |      Status:  new          
   Priority:  major      |   Milestone:  sage-4.3     
  Component:  symbolics  |    Keywords:  pynac        
Work_issues:             |      Author:  Burcin Erocal
   Reviewer:             |      Merged:               
-------------------------+--------------------------------------------------

Comment(by jason):

 After applying:

 {{{
 sage: integrate(e^x,(x,0,2),hold=True)
 ---------------------------------------------------------------------------
 TypeError                                 Traceback (most recent call
 last)

 /home/grout/.sage/temp/good/20605/_home_grout__sage_init_sage_0.py in
 <module>()

 /home/grout/sage/local/lib/python2.6/site-
 packages/sage/misc/functional.pyc in integral(x, *args, **kwds)
     566     """
     567     if hasattr(x, 'integral'):
 --> 568         return x.integral(*args, **kwds)
     569     else:
     570         from sage.symbolic.ring import SR

 /home/grout/sage/local/lib/python2.6/site-
 packages/sage/symbolic/expression.so in
 sage.symbolic.expression.Expression.integral
 (sage/symbolic/expression.cpp:25362)()

 TypeError: integral() got an unexpected keyword argument 'hold'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7490#comment:2>
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].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=.


Reply via email to