Alex
Followers: 0 Following: 0
Feeds
提问
How to include a negative number in initial conditions for Eulers method code?
clear close all h=0.1; % step size x=-1:h:2; % x interval define here y=zeros(size(x)); y(-1)=8; % intial condition n=nu...
12 months 前 | 1 个回答 | 0