Community Profile

photo

Aneesa Shahbaz


Last seen: meer dan 2 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

bijna 3 jaar ago | 2 answers | 0

2

answers

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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

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

ongeveer 4 jaar ago | 1 answer | 0

1

answer