physics

Euler loop list

Euler loop list Question: I want to plot a rocket trajectory with a loop using Euler’s method. My code is(you can skip this, the error is below it): mo = 1000 m = 900 q = 2.8 u = 3700 vo = 0 xo = 0.0001 g = 9.81 t = np.arange(0,int(1001)) x0 = 0.0001 …

Total answers: 1