photo

ce


Last seen: 대략 1년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


Trying to make an Adams-Bashforth method with Richardson error estimate
%This program solves the initial value problem % y' = f(x,y), x0 <= x<= b, y(x0)=y0 %Initializing vaiables %f'(x,...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Trying to make euler's method program work
function [x,y] = euler_for(x0,y0,x_end,h,fcn) %Solve the ivp % y' = f(x,y), x0 <= x <= b, y(x0) = y0 %Use euler's method wi...

1년 초과 전 | 답변 수: 1 | 0

1

답변