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

 I offer to append a generic operator on Hopf algebra: the coproduct and
 the product iterate k times. (I assume that operation is called the Adams
 operation but... it seems to be totally something else in the sage Sym...
 so... I'm not sure about the name of this operation)

 {{{
 sage: h = SymmetricFunctions(QQ).h()
 sage: h[5].adams_operator(2)
 2*h[3, 2] + 2*h[4, 1] + 2*h[5]
 sage: tensor([h,h]).module_morphism(on_basis=lambda c: h(c[0])*h(c[1]),
 codomain=h)(h[5].coproduct())
 2*h[3, 2] + 2*h[4, 1] + 2*h[5]
 }}}

 Cheers,
 Jean-Baptiste

--
Ticket URL: <http://trac.sagemath.org/ticket/18350>
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