Finite Type (Vassiliev) Invariants: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 8: Line 8:
Thus, for example, let us reproduce [http://www.ma.hw.ac.uk/~simon/fishing.html Willerton's "fish"] ({{arXiv|math.GT/0104061}}), the result of plotting the values of <math>V_2(K)</math> against the values of <math>\pm V_3(K)</math>, where <math>V_2(K)</math> is the (standardly normalized) type 2 invariant of <math>K</math>, <math>V_3(K)</math> is the (standardly normalized) type 3 invariant of <math>K</math>, and where <math>K</math> runs over a set of knots with equal crossing numbers (10, in the example below):
Thus, for example, let us reproduce [http://www.ma.hw.ac.uk/~simon/fishing.html Willerton's "fish"] ({{arXiv|math.GT/0104061}}), the result of plotting the values of <math>V_2(K)</math> against the values of <math>\pm V_3(K)</math>, where <math>V_2(K)</math> is the (standardly normalized) type 2 invariant of <math>K</math>, <math>V_3(K)</math> is the (standardly normalized) type 3 invariant of <math>K</math>, and where <math>K</math> runs over a set of knots with equal crossing numbers (10, in the example below):


<* GraphicsBox["WillertonsFish", "ListPlot[\n
<!--$$ListPlot[
Join @@ Table[\n
Join @@ Table[
K = Knot[10, k] ; v2 = Vassiliev[2][K]; v3 = Vassiliev[3][K];\n
K = Knot[10, k] ; v2 = Vassiliev[2][K]; v3 = Vassiliev[3][K];
{{v2, v3}, {v2, -v3}},\n
{{v2, v3}, {v2, -v3}},
{k, 165}\n
{k, 165}
],\n
],
PlotStyle -> PointSize[0.02], PlotRange -> All, AspectRatio -> 1\n
PlotStyle -> PointSize[0.02], PlotRange -> All, AspectRatio -> 1
]$$-->
]"
<!--END-->
] *>

Revision as of 22:43, 28 August 2005


(For In[1] see Setup)


Thus, for example, let us reproduce Willerton's "fish" (arXiv:math.GT/0104061), the result of plotting the values of against the values of , where is the (standardly normalized) type 2 invariant of , is the (standardly normalized) type 3 invariant of , and where runs over a set of knots with equal crossing numbers (10, in the example below):