Next: 7.2 Three Dimensional Invariants
Up: 7 Invariants
Previous: 7 Invariants
  Contents
  Index
The braid length of a knot or a link is the smallest number of
crossings in a braid whose closure is
. KnotTheory` has some braid
lengths preloaded:
In[2]:= ?BraidLength
|
Note that the braid length of is simply the length of the minimum
braid representing
(see Section 4.4):
In[3]:= | K = Knot[9, 49]; {BraidLength[K], Crossings[BR[K]]} |
Out[3]= | {11, 11} |
The braid index of a knot or a link is the smallest number of
strands in a braid whose closure is
. KnotTheory` has some braid
indices preloaded:
In[4]:= ?BraidIndex
In[5]:= BraidIndex::about
|
Of the 250 knots with up to 10 crossings, only
has braid index smaller than
the width of its minimum braid:
In[6]:= | K = Knot[10, 136]; {BraidIndex[K], First@BR[K]} |
Out[6]= | {4, 5} |
In[7]:= | Show[BraidPlot[BR[K]]] |
![]() | |
Out[7]= | -Graphics- |