Feeds
提问
How can I plot a second order differential equation with boundary condition using fourth order Runge-Kutta method?
%%%%%%%%%%%%%%%% Runga-Kutta%%%%%%%%%%%%%%%% h=0.0001; xfinal=d; x(1)=0; y(1)=0; % initial value of y y(xfinal)=0; % final ...
2 years 前 | 1 个回答 | 0