Recent content by seyfi
-
4th ODE runge kutta (hiemenz equation)
I run her code and its working perfectly, if I can able to reach her via mail I would thank her. But here the above especially Runge Kutta Fehlberg, I used it for Blasius equation and it gave me the right results.Now I modified for the F''' + FF'' + 1 - F'^2 = 0 equation but it did not work.I...- seyfi
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
4th ODE runge kutta (hiemenz equation)
Hi all i want to write a MATLAB code by runge kutta solution for hiemenz equation. F''' + FF'' + 1 - F'^2 = 0 BCs F(0)=F'(0)=0 and F'(inf)=1 I have programmed for RK Fehlberg, RK4 and RK5 method but the results of these three methods are not matching with actual values. In the cod I defined...- seyfi
- Thread
- Matlab Matlab code Ode Runge kutta
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX