composeManyBraids | R Documentation |
Composes many braids, doing free reduction on the result.
composeManyBraids(braids)
braids |
list of |
A braid
object.
braid <- mkBraid(4, c(2, -3, 3))
composeManyBraids(list(braid, braid, braid))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.