New Page¶
Thanks for coming to my page. This uses $\LaTeX$ and some plotting in the Wolfram Engine
In [2]:
Plot[Sin[x],{x,0,4 Pi}]
Out[2]:
In [3]:
frames=Table[Plot[Sin[x-t],{x,0,4 Pi}],{t,0,2 Pi,Pi/10}];
ListAnimate[frames]
Out[3]:
In [ ]: