| inverseBraid | R Documentation |
The inverse of a braid (without performing reduction).
inverseBraid(braid)
braid |
a |
A braid object.
braid <- mkBraid(4, c(2, -3, 3))
ibraid <- inverseBraid(braid)
composeTwoBraids(braid, ibraid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.