ode solver with unknows coefficients
1 次查看(过去 30 天)
显示 更早的评论
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!
0 个评论
回答(1 个)
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!