#9650: Adding support for differential forms
-----------------------------------+----------------------------------------
   Reporter:  jvkersch             |       Owner:  burcin                     
       Type:  enhancement          |      Status:  needs_work                 
   Priority:  major                |   Milestone:  sage-4.5.3                 
  Component:  symbolics            |    Keywords:  forms, functions, symbolics
     Author:  Joris Vankerschaver  |    Upstream:  N/A                        
   Reviewer:  Niles Johnson        |      Merged:                             
Work_issues:  diff()               |  
-----------------------------------+----------------------------------------

Comment(by jason):

 Think of SR as a wrapper around any python object.  For example,
 continuing from your example above

 {{{
 sage: p=SR(q)
 sage: p.pyobject().parent()
 Algebra of differential forms in the variables x, y
 }}}

 I think it's fine to let the explicit conversion SR(q) work---by default,
 explicitly converting to SR just wraps the object as above, and I think is
 supported for every Sage object, whether or not it makes "sense".  Do you
 see someplace that the conversion to an SR object is implicit?  That would
 be a problem.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9650#comment:30>
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