allBraidWords: Braid words of given length

View source: R/braids.R

allBraidWordsR 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)

braids documentation built on May 29, 2024, 11:56 a.m.