Feeds
提问
How to find solution for Blasius Equation?
function blasius xa = 0; xb = 7; solinit = bvpinit(linspace(xa,xb,1000),[0 0 0]); sol = bvp4c(@blasius_equation,@bc,sol...
9 years 前 | 2 个回答 | 0
2
个回答提问
how to solve 5 first order ode using shooting method with 4th order rk method in matlab?
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...
9 years 前 | 1 个回答 | 0
1
个回答提问
how to solve 6 first order differential equation using shooting method with 4th order Runge Kutta Method?
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, θ(...
9 years 前 | 0 个回答 | 0