| Wolfram Technology Guide: Symbolic Interface Construction | ◄ previous | next ► |
In[1]:= | Grid[ Table[
If[! CoprimeQ[i, j], Null,
PasteButton[
Show[KnotData[{"TorusKnot", {i, j}}], ImageSize -> {70}],
Background -> LightGray]], {i, 5}, {j, 5}]] |
Out[1]= ![]() | ![]() |