#8095: is_primitive of WordMorphism is broken
-----------------------------+----------------------------------------------
   Reporter:  slabbe         |       Owner:  slabbe      
       Type:  defect         |      Status:  needs_review
   Priority:  major          |   Milestone:  sage-4.3.2  
  Component:  combinatorics  |    Keywords:              
     Author:                 |    Upstream:  N/A         
   Reviewer:                 |      Merged:              
Work_issues:                 |  
-----------------------------+----------------------------------------------
Changes (by slabbe):

 * cc: slabbe (removed)
 * cc: abmasse (added)
  * status:  new => needs_review


Comment:

 I just posted a patch which solves the described problem. The solution
 uses the following algorithm:

 {{{
 ALGORITHM:

    Let `m` be the incidence matrix of a endomorphism on a monoid
    of `d` letters. The endomorphism is primitive if and only if
    there exists `k` such that `1 \leq k \leq (d-1)^2+1` and `m^k`
    contains no zero.
 }}}

 Are we sure this is true? Is there a proof of that somewhere?

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