Aneesa Shahbaz
Followers: 0 Following: 0
Feeds
提问
Heun's method stiff ODE
% solving the equation analyticaly clear all clc s = dsolve('Dx = -2.3*x','x(0) = 1', 't'); sol = simplify(s) % plot the ...
3 years 前 | 2 个回答 | 0
2
个回答提问
Array indices must be positive integers or logical values
U0 = 0.1; V0 = 0.5; W = 1; t = 1; x = linspace(0,3); % create linear spacing in x-direction y = linspace(0,3); % create l...
3 years 前 | 1 个回答 | 0
1
个回答提问
Solving odes (restricted 3 body problems)
I have been trying to solve these equations - d2x dt2 = 2 dy dt + x− M(x + E) r3 E − E(x−M) r3 M d2y dt2 = −2 dx dt + y− My ...
4 years 前 | 1 个回答 | 0