Eigenmodes in a Knot
Specify a knot.
In[1]:=
\[CapitalOmega] = KnotData["Stevedore", "MeshRegion"]
Out[1]=
Compute 10 eigenfunctions of the Laplacian over the knot.
In[2]:=
{vals, funs} =
NDEigensystem[-Laplacian[u[x, y, z], {x, y, z}],
u, {x, y, z} \[Element] \[CapitalOmega], 10];
Visualize the 10th eigenfunction as a set of heated nodes.
show complete Wolfram Language input
Out[3]=