freeReduceBraidWord {braids} | R Documentation |
Applies free reduction to a braid, i.e. removes pairs of consecutive generators inverse of each other.
freeReduceBraidWord(braid)
braid |
a |
A braid
object.
braid <- mkBraid(4, c(2, -3, 3))
freeReduceBraidWord(braid)