How to convert a differential equation to differnce equation?

Risposte (1)

Take a look at the "Methods" section under
https://en.wikipedia.org/wiki/Numerical_methods_for_ordinary_differential_equations
Best wishes
Torsten.

2 Commenti

Any function in matlab that can do the conversion?
If you use one of the ODE-integrators under
https://de.mathworks.com/help/matlab/ref/ode45.html
the conversion method is already integrated.
If you want to write your own ODE solver, you will have to implement the method on your own.
Best wishes
Torsten.

Accedi per commentare.

Categorie

Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange

Richiesto:

il 10 Feb 2017

Commentato:

il 10 Feb 2017

Community Treasure Hunt

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

Start Hunting!

Translated by