Feeds
提问
problem while running shooting method program
function shoot2 % Shooting method for 2nd-order boundary value problem % in Example 8.1. global XSTART XSTOP H % Make...
8 years 前 | 0 个回答 | 0
0
个回答提问
I need to solve third order coupled ODE BVP by ode45
f'''+ f''*f- f'^2+ lb(F'-f')+2*(f*f'*f''-f^2*f''')+theta=0; F''*F-F'^2+(F'-f')=0; Pr*((theta)'*f+(F'-f')^2+f''); boundary con...
8 years 前 | 0 个回答 | 0
0
个回答提问
i got the error Attempted to access m1(2); index out of bounds because numel(m1)=1. Error in ==> paper9temp at 7 m=m1(k);. please help me
m=0.2;b=0.4;a=0.2;pi1=pi/6;x=0.5;y=-2:0.1:2;t=0.2; L=0.2;M=1;P=2;k=0.2;Rn =.4;pr=6.2;Bh=1;E=1.5;beta=0.2; m1=[.2 .4 .6];...
10 years 前 | 1 个回答 | 0