photo

Aneesa Shahbaz


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

1

个回答