Next: 7.5 The Jones Polynomial
Up: 7 Invariants
Previous: 7.3 The Alexander-Conway Polynomial
  Contents
  Index
In[2]:= ?KnotDet
In[3]:= ?KnotSignature
|
Thus, for example, the knots
and
have the same
determinant (and even the same Alexander and Jones polynomials), but
different signatures:
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} |