#14814: Mulitvariate power series are missing an integral method
------------------------------------------------------+---------------------
       Reporter:  hivert                              |         Owner:  
AlexGhitza
           Type:  enhancement                         |        Status:  new     
  
       Priority:  major                               |     Milestone:  
sage-5.12 
      Component:  algebra                             |    Resolution:          
  
       Keywords:  integral multivariate power series  |   Work issues:          
  
Report Upstream:  N/A                                 |     Reviewers:          
  
        Authors:                                      |     Merged in:          
  
   Dependencies:                                      |      Stopgaps:          
  
------------------------------------------------------+---------------------
Description changed by hivert:

Old description:

> {{{
> sage: R.<x>=PowerSeriesRing(QQ, 'x')
> sage: (x+x^2).integral()
> 1/2*x^2 + 1/3*x^3
> sage: R.<x,y>=PowerSeriesRing(QQ, 'x y')
> sage: (x+x^2).integral()
> ...
> AttributeError: 'MPowerSeries' object has no attribute 'integral'
> }}}
>
> I've some preliminary patch mut I'm not sure if this shoudn't be done at
> another level (eg Singular).
>
> Florent

New description:

 {{{
 sage: R.<x>=PowerSeriesRing(QQ, 'x')
 sage: (x+x^2).integral()
 1/2*x^2 + 1/3*x^3
 sage: R.<x,y>=PowerSeriesRing(QQ, 'x y')
 sage: (x+x^2).integral(x)
 ...
 AttributeError: 'MPowerSeries' object has no attribute 'integral'
 }}}

 I've some preliminary patch mut I'm not sure if this shoudn't be done at
 another level (eg Singular).

 Florent

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14814#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to