How can i implement Central difference method to solve ODE

10 views (last 30 days)
I am trying to implement the central difference method in matlab using code to solve a spring-damper mass system with the equation:
the values for the coefficients are given.
  1 Comment
Jan
Jan on 20 Apr 2021
Central differences are useful to determine a dreivative, if you have numerical data of a curve. I do not know an application, where central differences are useful to solve an ODE. Use an ODE solver instead, e.g. ode45.

Sign in to comment.

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 12 Jun 2021

Categories

Find more on Numerical Integration and Differential Equations 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!