The Multivariable Alexander Polynomial: Difference between revisions
From Knot Atlas
Jump to navigationJump to search
DrorsRobot (talk | contribs) No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
There are 11 links with up to 11 crossings whose multivariable Alexander polynomial is <math>0</math>. Here they are: |
There are 11 links with up to 11 crossings whose multivariable Alexander polynomial is <math>0</math>. Here they are: |
||
<!--$$Select[AllLinks[], (MultivariableAlexander[#][t] == 0) &]$$--> |
<!--$$Select[AllLinks[], (MultivariableAlexander[#][t] == 0) &]$$--> |
Revision as of 14:32, 5 September 2005
(For In[1] see Setup)
|
|
There are 11 links with up to 11 crossings whose multivariable Alexander polynomial is . Here they are:
In[4]:=
|
Select[AllLinks[], (MultivariableAlexander[#][t] == 0) &]
|
Out[4]=
|
{Link[9, NonAlternating, 27], Link[10, NonAlternating, 32],
Link[10, NonAlternating, 36], Link[10, NonAlternating, 107],
Link[11, NonAlternating, 244], Link[11, NonAlternating, 247],
Link[11, NonAlternating, 334], Link[11, NonAlternating, 381],
Link[11, NonAlternating, 396], Link[11, NonAlternating, 404],
Link[11, NonAlternating, 406]}
|