photo

Alvin Sim


Last seen: 5 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


I think the ode45 code that I wrote works, but how do I plot it together with both forward and backward euler methods?
% values of a & b a = 7; b = 3; L = 0.01*b; R = 10*a; C = (0.0001)/a; t = [0;((40*L)/R)]; f = 1/t; V = 0; omega = 2*p...

1 year 前 | 1 个回答 | 0

1

个回答

提问


I know there are commands to use when finding the max values within an array, how would I do it through data from a graph?
%%% Data Give Within Question a = 7; b = 3; x = [0,b]; N = 100; y = 0; %%% d2f(x) = -(20+(a*f(x)))*x*(x-b); % Choosin...

1 year 前 | 2 个回答 | 0

2

个回答