Newer
Older
u_0 = np.array([[0,0,0,0,0,0], [400000 + 6378100, 0, 0, 0, 7823.6, 0]])
for i in range(len(times)):
rx.append(u[i][1][0])
ry.append(u[i][1][1])
rz.append(u[i][1][2])
import matplotlib.pyplot as plt
plt.plot(rx,ry)