| isPureBraid | R Documentation |
Checks whether a braid is pure, i.e. its permutation is trivial.
isPureBraid(braid)
braid |
a |
A Boolean value.
braid <- mkBraid(4, c(2, -3, 3))
isPureBraid(braid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.