How can I recode this ode problem using bvp4c instead of ode45?

后端 未结 0 937
说谎
说谎 2021-01-16 21:10

The following coupled ODEs are solved using the ode45 :

F\'\'\'+0.5FF\'\'=0
, F(0)=F\'(0)=0,  F\'(oo)=1

g\'\' + 0.5PrFg\'=0
, g(0)=0,  g(oo)=1
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题