photo

ce


Last seen: circa un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta