Macaulay2 » Documentation
Packages » ThinSincereQuivers » ToricQuiver _ List
next | previous | forward | backward | up | index | toc

ToricQuiver _ List -- taking a subquiver by indexing

Description

This method returns a the subquiver of the quiver Q that is made up of the arrows in the list L. Note that this method re-orders the subquiver labels to create a standalone quiver. To retain the original quiver labels on the subquiver, see (symbol ^, ToricQuiver, List).

i1 : Q = bipartiteQuiver(2, 3);
i2 : SQ = Q_{0,1,3}

o2 = ToricQuiver{flow => {1, 1, 1}              }
                 IncidenceMatrix => | -1 -1 0  |
                                    | 0  0  -1 |
                                    | 1  0  1  |
                                    | 0  1  0  |
                 Q0 => {0, 1, 2, 3}
                 Q1 => {{0, 2}, {0, 3}, {1, 2}}
                 weights => {-2, -1, 2, 1}

o2 : ToricQuiver

See also

Ways to use this method:


The source of this document is in ThinSincereQuivers.m2:3279:0.