freegroup (version 1.1-0)

abc: Create an alphabetical free group element

Description

Create a simple free group element

Usage

abc(n)

Arguments

n

An integer specifying the length of the word; if a vector, return the appropriate free vector

Examples

Run this code
# NOT RUN {
abc(8)

abc(1:26)   # compare alpha(1:26)

abc(-3:3)   # negative numbers give expected result

abc(26) ^ alpha(1:9)

# }

Run the code above in your browser using DataLab