Testing finite difference approximation
Show older comments
I need to right a script that tests 𝑓(𝑥) = 𝑥^3 at 𝑥 = 3 and determine the second order accuracy numerically by plotting the total relative Error vs Δ𝑥 in a double log plot, where Δ𝑥 = 10^𝑒𝑥𝑝 with the 𝑒𝑥𝑝 varying from 0 to −6 with a step size of 0.25. I have found the second order accurate finite difference approximation for the first derivative of a function 𝑓(𝑥) to be f'(x)=f(xi+Δx)-f(xi-Δx)/2(Δx).
Any suggestions?
1 Comment
J. Alex Lee
on 13 Oct 2020
where are you stuck?
Answers (0)
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!