#4419: [with patch, positive review] conversion of Permutations to GAP not
implemented
---------------------------+------------------------------------------------
 Reporter:  mhansen        |        Owner:  mhansen   
     Type:  defect         |       Status:  assigned  
 Priority:  minor          |    Milestone:  sage-3.2.1
Component:  combinatorics  |   Resolution:            
 Keywords:                 |  
---------------------------+------------------------------------------------
Changes (by saliola):

  * summary:  [with patch, needs review] conversion of Permutations to GAP
              not implemented => [with patch, positive
              review] conversion of Permutations to GAP not
              implemented

Comment:

 This patch should get a positive review because it fixes the conversion to
 gap problem:

 {{{
 sage: p = Permutation('(1,2,3)')
 sage: q = Permutation([()])
 sage: gap.Group([p,q])
 Group( [ (1,2,3), () ] )
 }}}

 The other issues noticed by wdj are problems with the Permutations
 constructor function, and I will open a new ticket for them.

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