Community Profile

photo

ce


Last seen: 9 months ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer