photo

ce


Last seen: 1 year 前 自 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 year 前 | 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 year 前 | 1 个回答 | 0

1

个回答