Cooper McCleery
Followers: 0 Following: 0
Feeds
提问
Sir Model using Forward Euler
% Solve the system x'=y, y'=-x using Forward Euler clear all; clc; h=0.001; T=10.0; xs=0.2; x(1)=xs; ys=0.3; y(1)=ys; t...
4 years 前 | 1 个回答 | 0
Followers: 0 Following: 0
提问
4 years 前 | 1 个回答 | 0