
This functions calculates the row and column names for the degenerate boundary matrix.
boundary_names_degenerate(degree, k)
Length of elements to be calculated. A positive integer
Order of underlying rack/birack. This will be passed on to up/down action, if necessary. A positive integer.
A matrix, where the rows represent the elements.
This calculates all possible permutations of elements in $Z_k$ of length $degree$. If degenerate is true, it loops through all of them, removing the non-degenerate ones (that is, those where $x_i =/= x_i+1$ for all $i=0,...,degree-1$, for an element $x=(x_i)_0^degree)$).
# NOT RUN {
boundary_names_degenerate(3,3)
# }
Run the code above in your browser using DataLab