photo

Aneesa Shahbaz


Last seen: circa 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta