ode solver with unknows coefficients

조회 수: 6 (최근 30일)
Serhat Unal
Serhat Unal 2020년 9월 25일
댓글: Serhat Unal 2020년 9월 26일
Hello!
I wonder if I have two coupled differential equations( ex. first orders) with two unknows coeffcients, which ode solver shouls I use for
this?
I have tried using ode45, but I dont have initial values for this, so I wonder if there is an ode solver that could guess or implement that function?
Thanks, Hope for an answer!

답변 (1개)

Walter Roberson
Walter Roberson 2020년 9월 25일
In some situations, this can be coded as a Boundary Value Problem https://www.mathworks.com/help/matlab/boundary-value-problems.html?s_tid=CRUX_lftnav in which you are trying to find coefficient values that match some known behaviour.
But in the more general case, you cannot use numeric methods because you are modeling a class of problems, and you have to hope that the Symbolic Toolbox dsolve() can figure out a useful solution for you.
  댓글 수: 1
Serhat Unal
Serhat Unal 2020년 9월 26일
thanks for the answer.
I forgot to mention that it was a brusselator problem and
I want to make a 2d plot of these two coupled first order odes, but still does not
have any initial values or boundary conditions, but is there a way to still use any ode solver
and how would the code look like in this case.

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

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by