Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please do this in python 3.8 and without numpy 10:14 O O ER & 185% Question 4 (10 Points) Write a well-documented, Python program, wwk104.py
Please do this in python 3.8 and without numpy
10:14 O O ER & 185% Question 4 (10 Points) Write a well-documented, Python program, wwk104.py that simulates tossing a person hurling a rock horizontally at a speed of = 10 m/s from a bridge 50m above the river. baseball, straight-up, in the air. The equation of motions are: x(t) = ut and y(t) = 50 - 2. The physical parameter g = 9.8" Use Python lists to represent time t and the quantities X(t), y(t) X(t), and y(t). Bridge = 10 m/s Rock Trajectory 50 m water Rock Toss Geometry Hints: Use the range-operator to form the time list from 0 to 3.2 seconds in increments of 100 ms. The list for y(t) will have one less element than the list for y(). Accordingly, set the first term of y(0) = 0. Grading: Submit hmwk 104.py to Canvas. Two-points for each list, t.x(t),y(t) e(t), and y(t).. Hrw194 Rock Toss Speeds vs Time 19 1920 25 30 35 Hmwk 104.png' Optional Page 5Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started