Macaulay2 » Documentation
Packages » ThinSincereQuivers > quiverIncidenceMatrix
next | previous | forward | backward | up | index | toc

quiverIncidenceMatrix -- return the graph incidence matrix attribute associated to the toric quiver

Synopsis

Description

This method returns the incidence matrix that is stored in the quiver.

i1 : Q = bipartiteQuiver(2, 3);
i2 : quiverIncidenceMatrix Q

o2 = | -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  |

              5       6
o2 : Matrix ZZ  <-- ZZ

See also

Ways to use quiverIncidenceMatrix :

For the programmer

The object quiverIncidenceMatrix is a method function.