photo

Ojonile Joseph


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Matlab to solve finite difference for Ode
% Finite difference method  % Approximate the solution of y"=(-2/x)y'+(2/x^2)y+ sin(lnx)/x^2  % for 1<=x<=2 with y(1)=1 an...

3 years ago | 1 answer | 0

1

answer

Question


Write Matlab program to solve nonlinear boundary problem using finite difference approximation for second order ODE
X"(t) =2t/(1+t^2)x'(t) -2/(1+t^2)x(t) +1, with x(0)=1.25,x(4)=-0.95

3 years ago | 0 answers | 0

0

answers