Torus Knot Splice Base: Difference between revisions
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
{{Polynomial Invariants}} |
{{Polynomial Invariants}} |
||
{{Vassiliev Invariants}} |
{{Vassiliev Invariants}} |
||
===[[Finite Type (Vassiliev) Invariants|Vassiliev invariants]]=== |
|||
{| style="margin-left: 1em;" |
|||
|- |
|||
|'''V<sub>2</sub> and V<sub>3</sub>''' |
|||
|style="padding-left: 1em;" | <*{Vassiliev[2][K], Vassiliev[3][K]}*> |
|||
|} |
|||
===[[Khovanov Homology]]=== |
===[[Khovanov Homology]]=== |
||
The coefficients of the monomials <math>t^rq^j</math> are shown, along with their alternating sums <math>\chi</math> (fixed <math>j</math>, alternation over <math>r</math>). The squares with <font class=HLYellow>yellow</font> highlighting are those on the "critical diagonals", where <math>j-2r=s+1</math> or <math>j-2r=s+1</math>, where <math>s=</math><*s=KnotSignature[K]*> is the signature of |
The coefficients of the monomials <math>t^rq^j</math> are shown, along with their alternating sums <math>\chi</math> (fixed <math>j</math>, alternation over <math>r</math>). The squares with <font class=HLYellow>yellow</font> highlighting are those on the "critical diagonals", where <math>j-2r=s+1</math> or <math>j-2r=s+1</math>, where <math>s=</math><*s=KnotSignature[K]*> is the signature of {{PAGENAME}}. Nonzero entries off the critical diagonals (if any exist) are highlighted in <font class=HLRed>red</font>. |
||
<center><*TabularKh[Kh[K][q, t], s+{1,-1}]*></center> |
<center><*TabularKh[Kh[K][q, t], s+{1,-1}]*></center> |
Revision as of 20:20, 27 August 2005
[[Image:Data:Torus Knot Splice Base/Previous Knot.jpg|80px|link=Data:Torus Knot Splice Base/Previous Knot]] |
[[Image:Data:Torus Knot Splice Base/Next Knot.jpg|80px|link=Data:Torus Knot Splice Base/Next Knot]] |
File:Torus Knot Splice Base.jpg | Visit [<*KnotilusURL[K]<>" "<>ThisKnot*>'s page] at Knotilus!
Visit <*m*>.<*n*>.html <*ThisKnot*>'s page at the original Knot Atlas! |
Torus Knot Splice Base Further Notes and Views
Knot presentations
Knot presentations
Planar diagram presentation | <*PD[K]*> |
Gauss code | <*List @@ GaussCode[K]*> |
Dowker-Thistlethwaite code | <*StringReplace[StringTake[ToString[DTCode[K]], {8, -2}], ","->""]*> |
Polynomial invariants
Vassiliev invariants
V2 and V3: | (Data:Torus Knot Splice Base/V 2, Data:Torus Knot 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 <*s=KnotSignature[K]*> is the signature of Torus Knot Splice Base. Nonzero entries off the critical diagonals (if any exist) are highlighted in red.
Computer Talk
Much of the above data can be recomputed by Mathematica using the package KnotTheory`
. See A Sample KnotTheory` Session.
<*InOut["Crossings[``]", K]*> <*InOut["PD[``]", K]*> <*InOut["GaussCode[``]", K]*> <*InOut["BR[``]", K]*> <*InOut["alex = Alexander[``][t]", K]*> <*InOut["Conway[``][z]", K]*> <*InOut["Select[AllKnots[], (alex === Alexander[#][t])&]"]*> <*InOut["{KnotDet[`1`], KnotSignature[`1`]}", K]*> <*InOut["J=Jones[``][q]", K]*> <*InOut[
"Select[AllKnots[], (J === Jones[#][q] || (J /. q-> 1/q) === Jones[#][q])&]"
]*> <* If[Crossings[K]<=18, Include["ColouredJonesM.mhtml"] ,""] *> <*InOut["A2Invariant[``][q]", K]*> <*InOut["Kauffman[``][a, z]", K]*> <*InOut["{Vassiliev[2][`1`], Vassiliev[3][`1`]}", K ]*> <*InOut["Kh[``][q, t]", K]*>
In[1]:= |
<< KnotTheory` |
<*InOut[1]; KnotTheoryWelcomeMessage[]*> |