decomp | R Documentation |
A function to perform the decomposition of a semigroup structure
decomp(S, pr, type = c("mca", "pi", "at", "cc"), reduc, fac, force)
S |
an object of a ‘ |
pr |
either an object of a ‘ |
type |
type of decomposition; ie. the reduction is based on
|
reduc |
(optional and logical) does the return object should include the reduced structures? |
fac |
(optional) the factor that should be decomposed |
force |
(optional and logical) force further reduction of the semigroup when |
The decomp
function is a reduction form of an algebraic structure like the semigroup that verifies which of the class members in the system are congruent to each other.
The decomposed object then is made of congruent elements, which form part of the lattice of congruence classes in the algebraic structure.
In case that the input data comes from the Pacnet program, then such elements are in form of \pi
-relations or the meet-complements of the atoms; otherwise these are simply equivalent elements satisfying the substitution property.
Sometimes a ‘Semigroup
’ class object contains not available data in the multiplication table, typically when it is an image from the fact
function.
In such case, it is possible to perform a reduction of the semigroup structure with the force
option, which performs additional equations to the string relations in order to get rid of NA
s in the semigroup data.
An object of ‘Decomp
’ class having:
clu |
vector with the class membership |
eq |
the equations in the decomposition |
IM |
(optional) the image matrices |
PO |
(optional) the partial order table |
ord |
(optional) a vector with the order of the image matrices |
Reduction of the partial order table should be made by the reduc
function.
Antonio Rivero Ostoic
Pattison, Philippa E. Algebraic Models for Social Networks. Cambridge University Press. 1993.
Hartmanis, J. and R.E. Stearns Algebraic Structure Theory of Sequential Machines. Prentice-Hall. 1966.
fact
, cngr
, reduc
, pi.rels
,
semigroup
, partial.order
, green.rel
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.