How to convert a differential equation to differnce equation?

조회 수: 3 (최근 30일)
SANDEEP KUMAR R
SANDEEP KUMAR R 2017년 2월 10일
댓글: Torsten 2017년 2월 10일
xdot=F(x,u) to xk+1=f(xk,uk)

답변 (1개)

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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by