Position negative feedback gain =
Velocity negative feedback gain =
Click in the window to start a new run
1){u=1;Colour("red");} if(u<-1){u=-1;Colour("red");} MoveTo(x,v); x = x + v*dt; //This is the simulation v = v + b*u*dt; t = t + dt; LineTo(x, v); if(t