Question: change the script so that the ball has a radius of 6 abd starts within its own diameter of the upper left corner and ends
\# Set up scene (DO NOT CHANGE) 5cene. range =30 \# sets the initial zoom to a reasonable number for this sinulation \# Time Conditions (DO NOT CHANGE) t= \# start time (5) dt0.05 \# time step (s) tmax =2 \# total time to run simulation (s) framerate =1/dt \# set how fast the animation runs (frames/second) \# Define a sphere with its attributes (CHANGE the values of pos, v, and radius) my_sphere - sphere ( pos = vector (20,10,0), v=vector(20,10,), * Simulation attributes of the sphere rodius =2, make trail = True, trail_type = "points", trail_radius =0.4, interval =5 ) - Begin the animation loop while t
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
