Author Archive

Fuzzy Logic and Interpolation

I came across an interesting application of interpolation in the area of logic and a notion of stability in interpolation methods. Stability is defined as the resulting function converging to the approximated function regardless of the measurement points as long as their numbers converges to infinity. The polynomial interpolation or spline interpolations we learn in […]

Posted in Topics: Uncategorized

Add or View Comments (2) »

Physics engines

I recently came across the application of various numerical methods in building physics engines and I figured I will share them in this post. So generally every physics engine has 2 components, one for handling collisions while the other computes the results of these purturbations. Depending on the requirements of engines, this is generally done […]

Posted in Topics: Uncategorized

Add a Comment »