#18350: Adams operator
-------------------------------------+-------------------------------------
       Reporter:  elixyre            |        Owner:
           Type:  task               |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.7
      Component:  categories         |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jean-Baptiste      |    Reviewers:
  Priez                              |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  fc8726a50725479d84aa9a07f55e28e1f879880a
  u/elixyre/ticket/18350             |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by nthiery):

 Replying to [comment:8 elixyre]:
 > That is easy to implement an ugly `nfold_coproduct` (as I did) but I
 don't know how to implement an `nfold_product`. Where implements it?

 Typically a method in Algebras.ParentMethods whose code would be along
 the following lines (not tested!):
 {{{
     T = tensor([self]*n)
     T.module_morphism(lambda t: self.product(self.monomial(i) for i in t),
 codomain=self)
 }}}

 Btw: I looked at the code of #15832: there are many other things in
 the branch attached to the ticket; I'll try to extract a branch with
 just the ticket-relevant feature tomorrow.

 Cheers,
                         Nicolas

--
Ticket URL: <http://trac.sagemath.org/ticket/18350#comment:10>
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/d/optout.

Reply via email to