powered by
Checks whether the input binary relation is antisymmetric.
IsAntisymmetric(rel)
A boolean value.
A two-columns character matrix, each row comprising an element (pair) of the binary relation,
rel <- matrix(c( "a", "b", "c", "b", "b", "d", "a", "a" ), ncol = 2, byrow = TRUE) chk <- IsAntisymmetric(rel)
Run the code above in your browser using DataLab