Auslander-Reiten Quiver - knitting

asked 2024-02-13 22:02:29 +0200

Tintin1 gravatar image

updated 2024-02-14 08:36:15 +0200

FrédéricC gravatar image

Given a quiver representation

 A3 = DiGraph({1 : {2 : ['a']}, 
               2 : {3 : ['b']}})

or

 A4 = DiGraph({1 : {2 : ['a']}, 
               2 : {3 : ['b']},
               3 : {4 : ['b']}})

do you know a script or an algorithm which can be downloaded or is part of a library to perform knitting for determining the Auslander-Reiten quiver, for simple cases such as above. The above are the Dynkin diagrams of type $\Bbb A_3$ and $\Bbb A_4$.

Knitting is described in A. Schiffler, Quiver Representations, Springer, 2014, p. 70 f. I realize there is a way to calculate the Auslander-Reiten-Translate (https://doc.sagemath.org/html/en/refe...).

edit retag flag offensive close merge delete

Comments

available since today in the latest beta https://github.com/sagemath/sage/pull...

FrédéricC gravatar imageFrédéricC ( 2024-02-14 08:37:03 +0200 )edit