I need some help to orient a diagram knot
For example if I have the diagram KnotData["Trefoil,"KnotDiagram"]
How can I orient the diagram?
I have tried to find a command in Wolfram that assigns an orientation to the knot, but I still can't find it,…
Mathematica has curated knot data, e.g.,
KnotData[{3, 1}]
One can extract the three-dimensional space curve in this way:
f = KnotData[{3, 1}, "SpaceCurve"]
(* {Sin[#1] + 2 Sin[2 #1], Cos[#1] - 2 Cos[2 #1], -Sin[3 #1]} & *)
and plot it to show…
I am wondering if it's possible to either algorithmically generate or access a built in database of n-torus knots in Mathematica? If not, are there any known databases or algorithms which I could access?
Thanks.