powered by
Function to produce the Edge Table generator of multiple relations.
edgeT(x)
An object of the ‘EdgeTable’ class
EdgeTable
the generator relations
the Edge Table
an array; usually with three dimensions of stacked matrices where the multiple relations are placed.
Antonio Rivero Ostoic
The Edge Table is the complete right multiplication table of the semigroup having its elements for each of its generators.
Cannon, J.J. “Computing the ideal structure of finite semigroup,” Numerische Mathematik, 18, 254-266. 1971.
Pattison, P.E. Algebraic Models for Social Networks. Cambridge University Press. 1993.
wordT, semigroup.
wordT
semigroup
# create the data: two binary relations among three elements arr <- round( replace( array(runif(18), c(3,3,2)), array(runif(18), c(3,3,2))>.5, 1 ) ) # obtain the edge table edgeT(arr)
Run the code above in your browser using DataLab