composeTwoBraids {braids}R Documentation

Composition of two braids

Description

Composes two braids, doing free reduction on the result.

Usage

composeTwoBraids(braid1, braid2)

Arguments

braid1, braid2

braid objects with the same number of strands

Value

A braid object.

Examples

braid <- mkBraid(4, c(2, -3, 3))
composeTwoBraids(braid, braid)

[Package braids version 1.0.0 Index]