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?

Antworten (0)

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 12 Okt. 2020

Kommentiert:

am 13 Okt. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by