Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
how to solve 5 first order ode using shooting method with 4th order rk method in matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
f'''+(m+1)ff''+2m(1-(f'^2))+2λθ=0; (1/Pr)θ''+(m+1)fθ'-(4m-2)f'θ=0 ; subject to the boundary conditions f(0)=f_0, f'(0)=0, θ(0)=1, f'(∞)=1, θ(∞)=0 where Pr= Prandtl Number
댓글 수: 1
Titus Edelhofer
2016년 2월 25일
This looks somewhat familiar. This thread already talks about the same question:
답변 (1개)
Maurel
2016년 7월 10일
Hello Mr Aruna. You can have a matlab code here Shooting method, for a second order problem. I have recently worked on a similar problem. And this was helpful. In case you did not figure. You can mail me: maurel.aza@gmail.com
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!