#12630: Add representations of quivers and quiver algebras to sage
-------------------------------------+-------------------------------------
       Reporter:  JStarx             |        Owner:  AlexGhitza
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.2
      Component:  algebra            |   Resolution:
       Keywords:  algebra, quiver,   |    Merged in:
  module, days49                     |    Reviewers:  Simon King
        Authors:  Jim Stark, Simon   |  Work issues:
  King, Mathieu Guay-Paquet, Aladin  |       Commit:
  Virmaux                            |  50eb7bde26c2a0c688e0500918597591097aa0cb
Report Upstream:  N/A                |     Stopgaps:
         Branch:                     |
  public/combinat/quivers            |
   Dependencies:  #12412, #12413,    |
  #14806, #15491, #15623, #15810     |
-------------------------------------+-------------------------------------

Comment (by darij):

 So I assume this one is a real issue for a change:

 {{{
 sage: Q = DiGraph({1:{2:['a','b']}, 2:{3:['c']}}).path_semigroup()
 sage: M = Q.I(GF(3), 3)
 sage: N = Q.S(GF(3), 3)
 sage: M.quotient(N)
 Representation with dimension vector (2, 1, 0)
 sage: R = _
 sage: R(M.an_element())
 # wait
 RuntimeError: maximum recursion depth exceeded while calling a Python
 object
 }}}

 Also, please double-check my edits.

--
Ticket URL: <http://trac.sagemath.org/ticket/12630#comment:216>
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/groups/opt_out.

Reply via email to