Link Splice Base: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<!-- <* (* -->{{Splice Template Notice}}<!-- *) *> -->
<!-- <* (* -->{{Splice Template Notice}}<!-- *) *> -->
<!-- This knot page was produced from [[Hoste-Thistlethwaite Splice Template]] -->

<!-- <*K=Knot[ThisKnot];{n,k}=List@@K;*> -->
<!-- <*K=Knot[ThisKnot];{n,k}=List@@K;*> -->
<!-- -->

<!-- provide an anchor so we can return to the top of the page -->
<!-- provide an anchor so we can return to the top of the page -->
<span id="top"></span>
<span id="top"></span>
<!-- -->

<!-- this relies on transclusion for next and previous links -->
<!-- this relies on transclusion for next and previous links -->
{{Knot Navigation Links|ext=gif}}
{{Knot Navigation Links|ext=gif}}


{{Link Page Header|n=<*n*>|t=<*If[AlternatingQ[K],"a","n"]*>|k=<*k*>|KnotilusURL=<*KnotilusURL[K]*>}}
{| align=left
|- valign=top
|[[Image:{{PAGENAME}}.gif]]
|{{Link Knot Site Links |n=<*n*>|t=<*If[AlternatingQ[K],"a","n"]*>|k=<*k*>|KnotilusURL=<*KnotilusURL[K]*>}}
|{{:{{PAGENAME}} Quick Notes}}
|}


<br style="clear:both" />
<br style="clear:both" />
Line 24: Line 19:
{{Vassiliev Invariants}}
{{Vassiliev Invariants}}


{{Khovanov Homology|table=<*TabularKh[Kh[K][q, t], KnotSignature[K]+{1,-1}]*>}}
===[[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>{{Data:{{PAGENAME}}/Signature}} 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], KnotSignature[K]+{1,-1}]*></center>


{{Computer Talk Header}}
{{Computer Talk Header}}

Revision as of 20:18, 28 August 2005

  1. REDIRECT Template:Splice Base Notice

[[Image:Data:Link Splice Base/Previous Knot.gif|80px|link=Data:Link Splice Base/Previous Knot]]

[[Data:Link Splice Base/Previous Knot]]

[[Image:Data:Link Splice Base/Next Knot.gif|80px|link=Data:Link Splice Base/Next Knot]]

[[Data:Link Splice Base/Next Knot]]

File:Link Splice Base.gif Visit [<*KnotilusURL[K]*> Link Splice Base's page] at Knotilus!

Visit <*n*><*If [AlternatingQ[K,"a","n"]*><*k*>.html Link Splice Base's page] at the original Knot Atlas!

Link Splice Base Quick Notes


Link Splice Base Further Notes and Views

Knot presentations

Planar diagram presentation Data:Link Splice Base/PD Presentation
Gauss code Data:Link Splice Base/Gauss Code

Vassiliev invariants

V2 and V3: (Data:Link Splice Base/V 2, Data:Link Splice Base/V 3)
V2,1 through V6,9:
V2,1 V3,1 V4,1 V4,2 V4,3 V5,1 V5,2 V5,3 V5,4 V6,1 V6,2 V6,3 V6,4 V6,5 V6,6 V6,7 V6,8 V6,9
Data:Link Splice Base/V 2,1 Data:Link Splice Base/V 3,1 Data:Link Splice Base/V 4,1 Data:Link Splice Base/V 4,2 Data:Link Splice Base/V 4,3 Data:Link Splice Base/V 5,1 Data:Link Splice Base/V 5,2 Data:Link Splice Base/V 5,3 Data:Link Splice Base/V 5,4 Data:Link Splice Base/V 6,1 Data:Link Splice Base/V 6,2 Data:Link Splice Base/V 6,3 Data:Link Splice Base/V 6,4 Data:Link Splice Base/V 6,5 Data:Link Splice Base/V 6,6 Data:Link Splice Base/V 6,7 Data:Link Splice Base/V 6,8 Data:Link Splice Base/V 6,9

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:Link Splice Base/Signature is the signature of Link Splice Base. Nonzero entries off the critical diagonals (if any exist) are highlighted in red.    Data:Link Splice Base/KhovanovTable
Integral Khovanov Homology

(db, data source)

   Data:Link Splice Base/Integral Khovanov Homology

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[]*>

<* (* *) *>