allBraidWords {braids}R Documentation

Braid words of given length

Description

All braid words of the given length.

Usage

allBraidWords(n, l)

Arguments

n

number of strands, integer >=2

l

length of the words

Value

A list of braid objects.

Examples

allBraidWords(3, 2)

[Package braids version 1.0.0 Index]