Borrar filtros
Borrar filtros

How to convert a differential equation to differnce equation?

1 visualización (últimos 30 días)
SANDEEP KUMAR R
SANDEEP KUMAR R el 10 de Feb. de 2017
Comentada: Torsten el 10 de Feb. de 2017
xdot=F(x,u) to xk+1=f(xk,uk)

Respuestas (1)

Torsten
Torsten el 10 de Feb. de 2017
Take a look at the "Methods" section under
https://en.wikipedia.org/wiki/Numerical_methods_for_ordinary_differential_equations
Best wishes
Torsten.
  2 comentarios
SANDEEP KUMAR R
SANDEEP KUMAR R el 10 de Feb. de 2017
Any function in matlab that can do the conversion?
Torsten
Torsten el 10 de Feb. de 2017
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by