How can I utilise shooting method for following equation
1 回表示 (過去 30 日間)
古いコメントを表示
Dhaval Patel
2020 年 10 月 15 日
コメント済み: Bjorn Gustavsson
2020 年 10 月 16 日
I have two equation, shown as follows. second equation is depends upon first one. How can i solve this using shooting method.

2 件のコメント
Bjorn Gustavsson
2020 年 10 月 15 日
How familiar are you with matlab?
Have you solved initial-value ODEs with matlabs odeNN-functions (NN: 23, 45, 15s, 113, 23s, 23t...)?
What are your boundary-values?
採用された回答
Bjorn Gustavsson
2020 年 10 月 15 日
Since you are a matlab-beginner you should first start to work through the introduction material, there are some intro-course-webinar material here: matlab-onramp
Then you should take some time just browsing through the demos, at the matlab command-line just type: demo
There you will find a lot of usefull information, including a number of demonstrations of ordinary differential equations and boundary-value problems.
We could give you a solution to the above problem, but that will hamper your learning-curve in programming and programming and matlab.
HTH
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
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!