Chronology | Current Month | Current Thread | Current Date |
[Year List] [Month List (current year)] | [Date Index] [Thread Index] | [Thread Prev] [Thread Next] | [Date Prev] [Date Next] |
Brian Whatcott writes:
But in system simulation one is advised to start with the highest
difference and accumulate a sum over successive time slice values...
...calculate these...
values using a quadratic approximation as such:
ao = Acos(q0)
q1 = qo+wo(dt)+0.5ao(dt)^2
w1 = wo+ao(dt)
a1 = Acos(q1)
(q(i) depends on q(i-2) and q(i-4))
q(i) = 4t^2Acos(q(i-2))+2q(i-2)-q(i-4)
Bob CarlsonAlthough this is evidently a step in the right direction I was still
q(i) = 4t^2Acos(q(i-2))+2q(i-2)-q(i-4)(q(i) depends on q(i-2) and q(i-4))