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

ToricQuiver ^ List -- taking a subquiver by indexing

Synopsis

Description

This method returns a the subquiver of the quiver Q that is made up of the arrows in the list L.

i1 : Q = bipartiteQuiver(2, 3)

o1 = ToricQuiver{flow => {1, 1, 1, 1, 1, 1}                            }
                 IncidenceMatrix => | -1 -1 -1 0  0  0  |
                                    | 0  0  0  -1 -1 -1 |
                                    | 1  0  0  1  0  0  |
                                    | 0  1  0  0  1  0  |
                                    | 0  0  1  0  0  1  |
                 Q0 => {0, 1, 2, 3, 4}
                 Q1 => {{0, 2}, {0, 3}, {0, 4}, {1, 2}, {1, 3}, {1, 4}}
                 synonym => toric quiver
                 weights => {-3, -3, 2, 2, 2}

o1 : ToricQuiver
i2 : Q^{0,1,3}

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

o2 : ToricQuiver

See also

Ways to use this method: