The Determinant and the Signature: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
DrorsRobot (talk | contribs) No edit summary |
No edit summary |
||
Line 54: | Line 54: | ||
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 |
|||
<!--$$Select[AllKnots[], Abs[KnotDet[#]] == 1 &]$$--> |
|||
<!--END--> |
|||
So the "first" knots that are not <math>k</math>-colourable for any <math>k</math> are [[10_124]] and [[10_153]]. |
|||
[[Knot Image|10_153|gif]] |
Revision as of 08:14, 2 September 2005
(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:
In[3]:=
|
KnotDet /@ {Knot[5, 1], Knot[10, 132]}
|
Out[3]=
|
{5, 5}
|
In[4]:=
|
{
Equal @@ (Jones[#][q]& /@ {Knot[5, 1], Knot[10, 132]}),
Equal @@ (Alexander[#][t]& /@ {Knot[5, 1], Knot[10, 132]})
}
|
Out[4]=
|
{True, True}
|
In[5]:=
|
KnotSignature /@ {Knot[5, 1], Knot[10, 132]}
|
Out[5]=
|
{-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
So the "first" knots that are not -colourable for any are 10_124 and 10_153.