Solve system of differential equations - boundary value problem
Show older comments
Hi everyone,
I have been stuck for few days with finding numerical solution for next problem :

where beta and eta are given constants.
I tried with bvp4c and shooting method, but it doesn't give results (singular Jacobian error).
Can anyone help?
4 Comments
Torsten
on 4 Jul 2019
You divide by x and (1-x) ; so your interval of integration should be [eps 1-eps] with eps being a small number. Did you take this into account in your computations ?
If yes and your code still doesn't work, please include it here.
Maja Marevic
on 4 Jul 2019
Abdulalim Alnajjar
on 9 Jun 2022
Hello Maja malefic
It seems to be I am stuck with the same problem Would you please share your code with me to see your method?
Sam Chak
on 9 Jun 2022
So, you've got stuck on exactly the same Boundary Value Problem? If it is a new one, then post the equations on a new question.
Answers (1)
Pouya ra
on 28 Jan 2020
0 votes
hi dear freind.
can you solve this problem by bvp4c function?
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!