Shooting Method For Boundary Value Problem Solving
Shooting Method For Boundary Value Problem Solving
..
Example
function shoot4nl
% Shooting method for nonlinear 4th-order boundary
% value problem in Example.
global XSTART XSTOP % Make these params. global.
XSTART = 0; XSTOP = 1; % Range of integration.
u = [-1 1]; % Trial values of u(1)
% and u(2).
x = XSTART;
u = newtonRaphson2(@residual,u)
u=
-1.3777
11.4519
y3 and y4
Boundary Value Problem
Fig(1) change of y1
ႈ
ႈ
fig(2).change of y2
fig(1) and fig(2)
Newton-raphson method matlab က fsolve function
u
u=
-1.2250 11.0197
y3 and y4 initial ODE integrate
Fig(3).change of y1
Fig(4).change of y4
bluephoenix
‘
’
‘
’
‘ ’ post
။
Mtssnrty