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