Iterative Graphs

?

Iterative models study behaviour of complex models such as hurricanes. Large memory and fast processing of supercomputers may be used to study this, adding tiny parts of the system together to describe motion of the complex system. 

 

Iterative means step by step. An iteration is one step, usually a time increment. Computers usually use these models to see how variables change as time progresses. 

New s = previous s + Δs

New v = previous v + Δv

Use an iterative model with time interval 0.1s to measure changes in velocity and displacement for an object

Comments

No comments have yet been made