Hookes Law

Overview


Graphing the Solution



let data = $from(0,10,1000).map(p=>({t:p,x:Math.cos(p)}));
				
Try it!


A graph of x(t) versus t.