Smartmind
.global
For the second derivative, what is the general expression of a two-point central difference approximation?
(u(x+h) - u(x-h))/(2h^2)
(u(x) - u(x-h))/(2h)
(u(x-h) - u(x+h))/h
(u(x+2h) - u(x))/(h^2)
Numerical Analysis Exercises are loading ...