#13800: sign error in Steenrod algebra multiplication
----------------------------------+-----------------------------------------
   Reporter:  cnassau             |             Owner:  jhpalmieri      
       Type:  defect              |            Status:  new             
   Priority:  minor               |         Milestone:  sage-5.5        
  Component:  algebraic topology  |          Keywords:  Steenrod algebra
Work issues:                      |   Report Upstream:  N/A             
  Reviewers:                      |           Authors:                  
  Merged in:                      |      Dependencies:                  
   Stopgaps:                      |  
----------------------------------+-----------------------------------------
 There is a sign error in the Steenrod multiplication routine at odd
 primes: with

   {{{
     A=SteenrodAlgebra(3)
     Q=A.Q_exp
     P=A.P
     print (Q(0,1)*P(3))*Q(1,1)
     print Q(0,1)*(P(3)*Q(1,1))
   }}}

 one gets

   {{{
     Q_0 Q_1 Q_2
     2 Q_0 Q_1 Q_2
   }}}

 Only the 2nd answer is correct.

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