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

ToricQuiver == ToricQuiver -- whether two toric quivers are equal.

Description

This method takes two toric quivers and returns the boolean of the statement Q1 is equal to Q2.

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

o3 = false
i4 : Q = toricQuiver {{0, 2}, {0, 3}, {1, 2}, {1, 3}};
i5 : R = bipartiteQuiver(2, 2);
i6 : Q == R

o6 = true

See also

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/ThinSincereQuivers.m2:3279:0.