Testing finite difference approximation
Ältere Kommentare anzeigen
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 Kommentar
J. Alex Lee
am 13 Okt. 2020
where are you stuck?
Antworten (0)
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!