Question: HOW TO CODE THIS IN PYTHON Equation of motion Extended the one degree of freedom system into two degree of freedom. Plot the trajectory after

HOW TO CODE THIS IN PYTHON
Equation of motion Extended the one degree of freedom system into two degree of freedom. Plot the trajectory after 1000 sec. (use for loop) Function 1 : derive x position andy position after you input a unit force with angle (t) ,sample time 0.1 sec Function 2 : save the position x and y as a list and plot it Function 3: angle is a function of time e(t)-0.3* t (radian) library: numpy.cos numpy.sin library matplotlib for plot the trajectory Equation of motion Extended the one degree of freedom system into two degree of freedom. Plot the trajectory after 1000 sec. (use for loop) Function 1 : derive x position andy position after you input a unit force with angle (t) ,sample time 0.1 sec Function 2 : save the position x and y as a list and plot it Function 3: angle is a function of time e(t)-0.3* t (radian) library: numpy.cos numpy.sin library matplotlib for plot the trajectory
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
