an explanatory pamphlet helping people connect the dots between:
the dry "stuff" that someone is moaning about in their math class
and this game:
-mathematical approximation methods for solving differential equations:
for step size h:
-runga kutta method has total accumulated error of order O(h^4)
-euler method has total accumulated error of order O(h)
-midpoint method has total accumulated error of order O(h^2)
-underlying theory of mathematics and data visualization: it's all about approximations
an explanatory pamphlet helping people connect the dots between:
the dry "stuff" that someone is moaning about in their math class
and this game:
-mathematical approximation methods for solving differential equations:
for step size h:
-runga kutta method has total accumulated error of order O(h^4)
-euler method has total accumulated error of order O(h)
-midpoint method has total accumulated error of order O(h^2)
-underlying theory of mathematics and data visualization: it's all about approximations