photo

Alex


Last seen: 8 months 前 自 2023 起处于活动状态

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...

9 months 前 | 1 个回答 | 0

1

个回答