Feeds
답변 있음
Is there a one-line code for this?
% Define the differential equation dy/dx = f(x, y) % Example: dy/dx = (y^2-x^2)/(y^2+x^2) f = @(x, y) x + y; % Input initi...
Is there a one-line code for this?
% Define the differential equation dy/dx = f(x, y) % Example: dy/dx = (y^2-x^2)/(y^2+x^2) f = @(x, y) x + y; % Input initi...
대략 1개월 전 | 0
