photo

Alex


Last seen: 7 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

7 months ago | 1 answer | 0

1

answer