The A2 Invariant: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{HelpLine| |
{{HelpLine| |
||
n = |
n = 2 | |
||
in = <nowiki>A2Invariant</nowiki> | |
in = <nowiki>A2Invariant</nowiki> | |
||
out= <nowiki>A2Invariant[L][q] computes the A2 (sl(3)) invariant of a knot or link L as a function of the variable q.</nowiki>}} |
out= <nowiki>A2Invariant[L][q] computes the A2 (sl(3)) invariant of a knot or link L as a function of the variable q.</nowiki>}} |
||
Line 23: | Line 23: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 3 | |
||
in = <nowiki>Jones[Knot[10, 22]][q] == Jones[Knot[10, 35]][q]</nowiki> | |
in = <nowiki>Jones[Knot[10, 22]][q] == Jones[Knot[10, 35]][q]</nowiki> | |
||
out= <nowiki>True</nowiki>}} |
out= <nowiki>True</nowiki>}} |
||
Line 31: | Line 31: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 4 | |
||
in = <nowiki>A2Invariant[Knot[10, 22]][q]</nowiki> | |
in = <nowiki>A2Invariant[Knot[10, 22]][q]</nowiki> | |
||
out= <nowiki> -12 -8 -6 -4 2 4 6 8 10 12 14 |
out= <nowiki> -12 -8 -6 -4 2 4 6 8 10 12 14 |
||
Line 45: | Line 45: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 5 | |
||
in = <nowiki>A2Invariant[Knot[10, 35]][q]</nowiki> | |
in = <nowiki>A2Invariant[Knot[10, 35]][q]</nowiki> | |
||
out= <nowiki> -14 -12 -10 -8 2 2 2 6 8 10 14 16 |
out= <nowiki> -14 -12 -10 -8 2 2 2 6 8 10 14 16 |
||
Line 61: | Line 61: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{In| |
{{In| |
||
n = |
n = 6 | |
||
in = <nowiki>all = Join[AllKnots[], AllLinks[]];</nowiki>}} |
in = <nowiki>all = Join[AllKnots[], AllLinks[]];</nowiki>}} |
||
<!--END--> |
<!--END--> |
||
Line 68: | Line 68: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 7 | |
||
in = <nowiki>Length /@ {Union[A2Invariant[#][q]& /@ all], all}</nowiki> | |
in = <nowiki>Length /@ {Union[A2Invariant[#][q]& /@ all], all}</nowiki> | |
||
out= <nowiki>{2163, 2226}</nowiki>}} |
out= <nowiki>{2163, 2226}</nowiki>}} |
Latest revision as of 17:22, 21 February 2013
We compute the (or quantum ) invariant using the normalization and formulas of [Khovanov], which in itself follows [Kuperberg]:
(For In[1] see Setup)
|
As an example, let us check that the knots 10_22 and 10_35 have the same Jones polynomial but different invariants:
In[3]:=
|
Jones[Knot[10, 22]][q] == Jones[Knot[10, 35]][q]
|
Out[3]=
|
True
|
In[4]:=
|
A2Invariant[Knot[10, 22]][q]
|
Out[4]=
|
-12 -8 -6 -4 2 4 6 8 10 12 14
-1 + q + q + q - q + -- - q - 2 q + q - q + q + q +
2
q
18
q
|
In[5]:=
|
A2Invariant[Knot[10, 35]][q]
|
Out[5]=
|
-14 -12 -10 -8 2 2 2 6 8 10 14 16
q + q - q + q - -- + -- + q - q + q - 2 q + q - q +
4 2
q q
18 20
q + q
|
The invariant attains 2163 values on the 2226 knots and links known to KnotTheory
:
In[6]:=
|
all = Join[AllKnots[], AllLinks[]];
|
In[7]:=
|
Length /@ {Union[A2Invariant[#][q]& /@ all], all}
|
Out[7]=
|
{2163, 2226}
|
[Khovanov] ^ M. Khovanov, link homology I, arXiv:math.QA/0304375.
[Kuperberg] ^ G. Kuperberg, Spiders for rank 2 Lie algebras, Comm. Math. Phys. 180 (1996) 109-151, arXiv:q-alg/9712003.