Given that y" = [y(x+h)-2y(x)+y(x-h)]/h^2 (central difference) with error = O(h^2). Find an expression for y" that has a smaller error than O(h^2).
Note: h is small (say 0 < h < 1). Thanks in advance
Given that y" = [y(x+h)-2y(x)+y(x-h)]/h^2 (central difference) with error = O(h^2). Find an expression for y" that has a smaller error than O(h^2).
Note: h is small (say 0 < h < 1). Thanks in advance
Thanks Mason. So I need to do Richardson's Extrapolation which gives an error of O(h^4). Check link below:
http://home.cc.umanitoba.ca/~farhadi/Math2120/Numerical%20Differentiation.pdf