How can I utilise shooting method for following equation
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Dhaval Patel
am 15 Okt. 2020
Kommentiert: Bjorn Gustavsson
am 16 Okt. 2020
I have two equation, shown as follows. second equation is depends upon first one. How can i solve this using shooting method.

2 Kommentare
Bjorn Gustavsson
am 15 Okt. 2020
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?
Akzeptierte Antwort
Bjorn Gustavsson
am 15 Okt. 2020
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!