#14542: Implement arithmetic product of cycle index series
----------------------------------------+------------------------------
       Reporter:  agd                   |         Owner:  sage-combinat
           Type:  enhancement           |        Status:  needs_review
       Priority:  major                 |     Milestone:  sage-5.11
      Component:  combinatorics         |    Resolution:
       Keywords:  species, cycle index  |     Merged in:
        Authors:                        |     Reviewers:
Report Upstream:  N/A                   |   Work issues:
         Branch:  u/agd/cis_arith_prod  |  Dependencies:
       Stopgaps:                        |
----------------------------------------+------------------------------

Comment (by darij):

 You want {{{self.parent().term}}}, not {{{self.parent.term}}}. The fact
 that {{{self.parent(res_in_seq)}}} works (and is equivalent to
 {{{self.parent()(res_in_seq)}}}) is due to syntactic sugar.

 You are correct that {{{self.parent.term(res, n)}}} works and makes more
 sense, but it's also 3 times slower than {{{self.parent(res_in_seq)}}}
 (not sure why), so I'd keep what I've written.

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