تكفووووووووووووووووووووووون الفزعه يا طلاب ee201
يا عيال طلبتكم ابغى حل للسؤال دا
the (x,y) coordinates of certain object as function of time t are given by :
x(T) = 5t y = 25t^2 -120t +144
for 0<=t>=4 . write a program to determine the time at witch the object is closest to the origin at (0,0) .determine also the minimum distance distance .do this 2 ways
a . using for loop
b . not using for loop
|