Testing finite difference approximation

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?

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Asked:

on 12 Oct 2020

Commented:

on 13 Oct 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!