Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

11 Tools
 11.1 Attributes
 11.2 Tools for quivers

11 Tools

11.1 Attributes

11.1-1 Dimension
‣ Dimension( C )( attribute )

Returns: an integer

Return the dimension of the object-finite linear category C with free external Homs of finite rank.

11.2 Tools for quivers

11.2-1 DefiningTripleOfAQuiver
‣ DefiningTripleOfAQuiver( q )( attribute )

Returns: a triple

Return a triple consisting of the number of vertices of the quiver q, the number of arrows of the quiver q, and a list of pairs of integers encoding the arrows of q.

gap> LoadPackage( "Algebroids" );
true
gap> q := RightQuiver( "q(0..4)[a:0->0,s:0->1,t:0->1,m:3->0]" );
q(0,1,2,3,4)[a:0->0,s:0->1,t:0->1,m:3->0]
gap> DefiningTripleOfAQuiver( q );
[ 5, 4, [ [ 0, 0 ], [ 0, 1 ], [ 0, 1 ], [ 3, 0 ] ] ]
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 Ind

generated by GAPDoc2HTML