MITCH IN THE KITCHEN: roasted nuts with herbs

mitchinthekitchen:

Happy day-after-Thanksgiving everyone! I will share my big meal with you soon, but for now, I’m just posting this photo of nuts (as I’m snacking on them to wash down the leftover homemade ice cream and cookies I had for lunch). I made them on Wednesday, along with these lovely flatbreads….

intothecontinuum:

Hi-res (700x700):
r = 1
2.35664 ≤ a ≤ 2.35773
s = 320
Mathematica code:
Manipulate[Graphics[Line[   Table[{-r^n*Sin[n*2*Pi/a], r^n*Cos[n*2*Pi/a]}, {n, 0, s}]],  PlotRange -> 1.3], {r, .1, 1}, {a, 0.001, 4*Pi, .00005}, {s, 1, 800, 1}]

intothecontinuum:

Hi-res (700x700):



r = 1

2.35664 ≤ a ≤ 2.35773

s = 320

Mathematica code:

Manipulate[Graphics[Line[
Table[{-r^n*Sin[n*2*Pi/a], r^n*Cos[n*2*Pi/a]}, {n, 0, s}]],
PlotRange -> 1.3],
{r, .1, 1}, {a, 0.001, 4*Pi, .00005}, {s, 1, 800, 1}]
Top of Page