#4237: [with patch; needs review] magma -- finite field matrix conversions
-------------------------+--------------------------------------------------
 Reporter:  was          |        Owner:  was       
     Type:  enhancement  |       Status:  assigned  
 Priority:  major        |    Milestone:  sage-3.2.2
Component:  interfaces   |   Resolution:            
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by malb):

 patch2 doesn't apply against my 3.2.1. Hunk:

 {{{
 --- matrix_mod2_dense.pyx
 +++ matrix_mod2_dense.pyx
 @@ -1136,7 +1136,7 @@
          EXAMPLE:
              sage: A = random_matrix(GF(2),3,3)
              sage: A._magma_init_(magma)                             #
 optional - magma
 -            '_sage_[...]![0,1,0,0,1,1,0,0,0]'
 +            'Matrix(GF(2),3,3,StringToIntegerSequence("0 1 0 0 1 1 0 0
 0"))'
              sage: A = random_matrix(GF(2),100,100)
              sage: B = random_matrix(GF(2),100,100)
              sage: magma(A*B) == magma(A) * magma(B)                 #
 optional - magma
 }}}

 Do I need 3.2.2.alphaX for this patch?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4237#comment:13>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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