Rolfsen Splice Base: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
n = <*n*> | |
n = <*n*> | |
||
k = <*k*> | |
k = <*k*> | |
||
KnotilusURL = <*KnotilusURL[K]*> | |
|||
braid_table = <* BraidPlot[CollapseBraid[BR[K]], Mode -> "Wiki", Images -> {"BraidPart0.gif", "BraidPart1.gif", |
|||
"BraidPart2.gif", "BraidPart3.gif", "BraidPart4.gif"}] *> | |
|||
braid_crossings = <*Crossings[BR[K]]*> | |
|||
braid_width = <*First[BR[K]]*> | |
|||
braid_index = <*BraidIndex[K]*> | |
|||
same_alexander = <* alex = Alexander[K][t]; |
same_alexander = <* alex = Alexander[K][t]; |
||
others = DeleteCases[Select[AllKnots[], (alex === Alexander[#][t])&], K]; |
others = DeleteCases[Select[AllKnots[], (alex === Alexander[#][t])&], K]; |
||
Line 18: | Line 12: | ||
If[others === {}, "", StringJoin[("[["<>NameString[#]<>"]], ")& /@ others]] |
If[others === {}, "", StringJoin[("[["<>NameString[#]<>"]], ")& /@ others]] |
||
*> | |
*> | |
||
khovanov_table = <*TabularKh[Kh[K][q, t], KnotSignature[K]+{1,-1}]*> | |
|||
coloured_jones_2 = <*ColouredJones[K, 2][q]*> | |
coloured_jones_2 = <*ColouredJones[K, 2][q]*> | |
||
coloured_jones_3 = <*ColouredJones[K, 3][q]*> | |
coloured_jones_3 = <*ColouredJones[K, 3][q]*> | |
||
Line 24: | Line 17: | ||
coloured_jones_5 = <*ColouredJones[K, 5][q]*> | |
coloured_jones_5 = <*ColouredJones[K, 5][q]*> | |
||
coloured_jones_6 = <*ColouredJones[K, 6][q]*> | |
coloured_jones_6 = <*ColouredJones[K, 6][q]*> | |
||
coloured_jones_7 = <*ColouredJones[K, 7][q]*> |
coloured_jones_7 = <*ColouredJones[K, 7][q]*> |
||
}} |
|||
computer_talk = |
|||
<table> |
|||
<tr valign=top> |
|||
<td><pre style="color: blue; border: 0px; padding: 0em">In[1]:= </pre></td> |
|||
<td align=left><pre style="color: red; border: 0px; padding: 0em"><< KnotTheory`</pre></td> |
|||
</tr> |
|||
<tr valign=top><td colspan=2><*InOut[1]; KnotTheoryWelcomeMessage[]*></td></tr> |
|||
</table> |
|||
<*InOut["PD[``]", K]*> |
|||
<*InOut["GaussCode[``]", K]*> |
|||
<*InOut["DTCode[``]", K]*> |
|||
<*InOut["br = BR[``]", K]*> |
|||
<*InOut["{First[br], Crossings[br]}"]*> |
|||
<*InOut["BraidIndex[``]", K]*> |
|||
<*GraphicsBox[NameString[K]<>"_ML.gif", "Show[DrawMorseLink[`1`]]", K]*> |
|||
<*InOut[ |
|||
" (#[``]&) /@ {\n |
|||
SymmetryType, UnknottingNumber, ThreeGenus,\n |
|||
BridgeIndex, SuperBridgeIndex, NakanishiIndex\n |
|||
}", K |
|||
]*> |
|||
<*InOut["alex = Alexander[``][t]", K]*> |
|||
<*InOut["Conway[``][z]", K]*> |
|||
<*InOut["Select[AllKnots[], (alex === Alexander[#][t])&]"]*> |
|||
<*InOut["{KnotDet[`1`], KnotSignature[`1`]}", K]*> |
|||
<*InOut["Jones[``][q]", K]*> |
|||
<*InOut[ |
|||
"Select[AllKnots[], (J === Jones[#][q] || (J /. q-> 1/q) === Jones[#][q])&]" |
|||
]*> |
|||
<*InOut["A2Invariant[``][q]", K]*> |
|||
<*InOut["HOMFLYPT[``][a, z]", K]*> |
|||
<*InOut["Kauffman[``][a, z]", K]*> |
|||
<*InOut["{Vassiliev[2][`1`], Vassiliev[3][`1`]}", K]*> |
|||
<*InOut["Kh[``][q, t]", K]*> |
|||
<* If[ColouredJones[K, 2] === NotAvailable, "", |
|||
InOut["ColouredJones[``, 2][q]", K] |
|||
] *> }} |
Latest revision as of 15:55, 23 June 2006
[[Image:Data:Rolfsen Splice Base/Previous Knot.gif|80px|link=Data:Rolfsen Splice Base/Previous Knot]] |
[[Image:Data:Rolfsen Splice Base/Next Knot.gif|80px|link=Data:Rolfsen Splice Base/Next Knot]] |
File:Rolfsen Splice Base.gif (KnotPlot image) |
See the full Rolfsen Knot Table. Visit <*n*>&id=<*k*> Rolfsen Splice Base's page at the Knot Server (KnotPlot driven, includes 3D interactive images!) Visit Rolfsen Splice Base at Knotilus! |
Knot presentations
[edit Notes on presentations of Rolfsen Splice Base]
Three dimensional invariants
|
[edit Notes for Rolfsen Splice Base's three dimensional invariants] |
Four dimensional invariants
|
[edit Notes for Rolfsen Splice Base's four dimensional invariants] |
Polynomial invariants
"Similar" Knots (within the Atlas)
Same Alexander/Conway Polynomial: {<* alex = Alexander[K][t];
others = DeleteCases[Select[AllKnots[], (alex === Alexander[#][t])&], K]; If[others === {}, "", StringJoin[("[["<>NameString[#]<>"]], ")& /@ others]] *>}
Same Jones Polynomial (up to mirroring, ): {<* J = Jones[K][q];
others = DeleteCases[Select[AllKnots[], (J === Jones[#][q]}
Vassiliev invariants
V2 and V3: | (Data:Rolfsen Splice Base/V 2, Data:Rolfsen Splice Base/V 3) |
V2,1 through V6,9 were provided by Petr Dunin-Barkowski <barkovs@itep.ru>, Andrey Smirnov <asmirnov@itep.ru>, and Alexei Sleptsov <sleptsov@itep.ru> and uploaded on October 2010 by User:Drorbn. Note that they are normalized differently than V2 and V3.
Khovanov Homology
The coefficients of the monomials are shown, along with their alternating sums (fixed , alternation over ). The squares with yellow highlighting are those on the "critical diagonals", where or , where Data:Rolfsen Splice Base/Signature is the signature of Rolfsen Splice Base. Nonzero entries off the critical diagonals (if any exist) are highlighted in red. | Data:Rolfsen Splice Base/KhovanovTable |
Integral Khovanov Homology
(db, data source) |
Data:Rolfsen Splice Base/Integral Khovanov Homology |