Feeds
已回答
How to solve and graph a second order nonlinear differential equation?
% Desired output at y(10) A = 1 % ODE f = @(t, x) [x(2); ... sin(x(1))*x(2) - 2*x(2) - (x(1) - A) - sin(x(1))*x(2)]; i...
How to solve and graph a second order nonlinear differential equation?
% Desired output at y(10) A = 1 % ODE f = @(t, x) [x(2); ... sin(x(1))*x(2) - 2*x(2) - (x(1) - A) - sin(x(1))*x(2)]; i...
2 years 前 | 0
