The Determinant and the Signature: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{HelpLine| |
{{HelpLine| |
||
n = |
n = 2 | |
||
in = <nowiki>KnotDet</nowiki> | |
in = <nowiki>KnotDet</nowiki> | |
||
out= <nowiki>KnotDet[K] returns the determinant of a knot K.</nowiki>}} |
out= <nowiki>KnotDet[K] returns the determinant of a knot K.</nowiki>}} |
||
Line 13: | Line 13: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{HelpLine| |
{{HelpLine| |
||
n = |
n = 3 | |
||
in = <nowiki>KnotSignature</nowiki> | |
in = <nowiki>KnotSignature</nowiki> | |
||
out= <nowiki>KnotSignature[K] returns the signature of a knot K.</nowiki>}} |
out= <nowiki>KnotSignature[K] returns the signature of a knot K.</nowiki>}} |
||
Line 20: | Line 20: | ||
Thus, for example, the knots [[5_1]] and [[10_132]] have the same determinant (and even the same Alexander and Jones polynomials), but different signatures: |
Thus, for example, the knots [[5_1]] and [[10_132]] have the same determinant (and even the same Alexander and Jones polynomials), but different signatures: |
||
{{Knot Image Pair|5_1|gif|10_132|gif}} |
|||
{| align=center |
|||
|[[Image:5_1.gif|thumb|180px|<center>[[5_1]]</center>]] |
|||
|[[Image:10_132.gif|thumb|none|<center>[[10_132]]</center>|180px]] |
|||
|} |
|||
<!--$$KnotDet /@ {Knot[5, 1], Knot[10, 132]}$$--> |
<!--$$KnotDet /@ {Knot[5, 1], Knot[10, 132]}$$--> |
||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 4 | |
||
in = <nowiki>KnotDet /@ {Knot[5, 1], Knot[10, 132]}</nowiki> | |
in = <nowiki>KnotDet /@ {Knot[5, 1], Knot[10, 132]}</nowiki> | |
||
out= <nowiki>{5, 5}</nowiki>}} |
out= <nowiki>{5, 5}</nowiki>}} |
||
Line 39: | Line 36: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 5 | |
||
in = <nowiki>{ |
in = <nowiki>{ |
||
Equal @@ (Jones[#][q]& /@ {Knot[5, 1], Knot[10, 132]}), |
Equal @@ (Jones[#][q]& /@ {Knot[5, 1], Knot[10, 132]}), |
||
Line 50: | Line 47: | ||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 6 | |
||
in = <nowiki>KnotSignature /@ {Knot[5, 1], Knot[10, 132]}</nowiki> | |
in = <nowiki>KnotSignature /@ {Knot[5, 1], Knot[10, 132]}</nowiki> | |
||
out= <nowiki>{-4, 0}</nowiki>}} |
out= <nowiki>{-4, 0}</nowiki>}} |
||
<!--END--> |
<!--END--> |
||
In August 2005 somebody emailed [[User:Drorbn|Dror]] a question about knot colouring, which amounted to "find the first knot (other than the unknot) whose determinant is <math>\pm 1</math>. So on September 2<sup>nd</sup> Dror typed |
In August 2005 somebody emailed [[User:Drorbn|Dror]] a question about knot colouring, which amounted to "find the first knot (other than the unknot) whose determinant is <math>\pm 1</math>". So on September 2<sup>nd</sup> Dror typed |
||
<!--$$Select[AllKnots[], Abs[KnotDet[#]] == 1 &]$$--> |
<!--$$Select[AllKnots[], Abs[KnotDet[#]] == 1 &]$$--> |
||
<!--Robot Land, no human edits to "END"--> |
<!--Robot Land, no human edits to "END"--> |
||
{{InOut| |
{{InOut| |
||
n = |
n = 7 | |
||
in = <nowiki>Select[AllKnots[], Abs[KnotDet[#]] == 1 &]</nowiki> | |
in = <nowiki>Select[AllKnots[], Abs[KnotDet[#]] == 1 &]</nowiki> | |
||
out= <nowiki>{Knot[0, 1], Knot[10, 124], Knot[10, 153], |
out= <nowiki>{Knot[0, 1], Knot[10, 124], Knot[10, 153], |
Latest revision as of 17:21, 21 February 2013
(For In[1] see Setup)
|
|
Thus, for example, the knots 5_1 and 10_132 have the same determinant (and even the same Alexander and Jones polynomials), but different signatures:
5_1 |
10_132 |
In[4]:=
|
KnotDet /@ {Knot[5, 1], Knot[10, 132]}
|
Out[4]=
|
{5, 5}
|
In[5]:=
|
{
Equal @@ (Jones[#][q]& /@ {Knot[5, 1], Knot[10, 132]}),
Equal @@ (Alexander[#][t]& /@ {Knot[5, 1], Knot[10, 132]})
}
|
Out[5]=
|
{True, True}
|
In[6]:=
|
KnotSignature /@ {Knot[5, 1], Knot[10, 132]}
|
Out[6]=
|
{-4, 0}
|
In August 2005 somebody emailed Dror a question about knot colouring, which amounted to "find the first knot (other than the unknot) whose determinant is ". So on September 2nd Dror typed
In[7]:=
|
Select[AllKnots[], Abs[KnotDet[#]] == 1 &]
|
Out[7]=
|
{Knot[0, 1], Knot[10, 124], Knot[10, 153],
Knot[11, NonAlternating, 34], Knot[11, NonAlternating, 42],
Knot[11, NonAlternating, 49], Knot[11, NonAlternating, 116]}
|
Hence the first few knots that are not -colourable for any are 10_124, 10_153, K11n34, K11n42, K11n49 and K11n116.
K11n116 |