tau {braids} | R Documentation |
Inner automorphism
Description
The inner automorphism defined by
, where
is the
positive half-twist; it sends each generator
to
.
Usage
tau(braid)
Arguments
braid |
a |
Value
A braid
object.
Examples
braid <- mkBraid(4, c(2, -3, 3))
tau(braid)
[Package braids version 1.0.0 Index]