|
George Mason UniversityConor Philip NelsonSource: Home > Classes > Math 447 > Project 3 > 6.3.9Math 447: Numerical Analysis
6.3.9: Adapt \(orbit.m\) to solve the two-body problem. Set the masses= \(m_1=0.03\) \(m_2=0.3\) Plot the trajectories with initial conditions: \((x_1,y_1)=(2,2)\) . \((x_1',y_1')=(0.2,-0.2)\) \((x_2,y_2)=(0,0)\) . \((x_2',y_2')=(-0.02,0.02)\). Code: Extending orbit.m to two bodies: orbit2bod.m Video's Currently under construction. Results:
|