Cabling
From Knot Atlas
Jump to navigationJump to search
CableComponent[BR[n,js],K], whose code is available here, returns the [math]\displaystyle{ n }[/math]-th cable of the knot [math]\displaystyle{ K }[/math] with the braid on [math]\displaystyle{ n }[/math] strands with crossings js = {j1, j2, ...} inserted in it. It also performs the necessary number of [math]\displaystyle{ 1/n }[/math]-twists on the components of the cable to compensate for a non-zero writhe number of the original knot. Cabling knot 3_1, for instance, and inserting the braid BR[3,{1,2}], we get:
(For In[1] see Setup)
In[3]:=
|
CableComponent[BR[3, {1, 2}], Knot[3, 1]] // DrawMorseLink
|
| |
Out[3]=
|
-Graphics-
|
For some special cases, we can check our result using Burau's Theorem.
