Re: [Tutor] Maximum value in an array

2017-03-17 Thread Peter Otten
Aaliyah Ebrahim wrote: > Hi Hello again. Was your previous question answered to your satisfaction? > I am trying to practice the following question for my test tomorrow. > Please help me find my errors. > *Consider the following displacement sequence [x1; x2;. x11] and > velocity sequence

[Tutor] Maximum value in an array

2017-03-17 Thread Aaliyah Ebrahim
Hi I am trying to practice the following question for my test tomorrow. Please help me find my errors. *Consider the following displacement sequence [x1; x2;. x11] and velocity sequence [v1; v2;... v11]:x[k+1] = x[k]+ 0.1 v[k]v[k+1] = v[k] - 10* x[k] + 0.1 sin(0.1* k *theta)Com