composeManyBraids {braids}R Documentation

Composition of many braids.

Description

Composes many braids, doing free reduction on the result.

Usage

composeManyBraids(braids)

Arguments

braids

list of braid objects with the same number of strands

Value

A braid object.

Examples

braid <- mkBraid(4, c(2, -3, 3))
composeManyBraids(list(braid, braid, braid))

[Package braids version 1.0.0 Index]