photo

Aneesa Shahbaz


Last seen: environ 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 ...

environ 3 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse