Mathjax

jsxgraph

Wednesday, September 25, 2013

Linux DVD Production with kdenlive

I have finally finished the DVD for my Daughters wedding. This post is about experiences with this DVD creation. The primary tools were kdenlive and Imagination.

Monday, September 9, 2013

Linear Interpolation


Interpolation involves finding an estimate for a function value between known values of the function.  Lets say someone has recorded the temperature every hour of the day and you need to know the temperature at 4:30 PM.  A reasonable approach would be to look up the temperature at 4:00 and 5:00 and take the average.  This is interpolation.  However, interpolation can be significantly improved but gets more complicated.  Interpolation is the backbone behind almost all numerical methods.