Course Solutions Uncategorized (Solved) : 1 Math Import Sin Cos Atan2 Radians Degrees Sqrt 2 Class Force Def Init Self Magnitude Ang Q35607249 . . . .

(Solved) : 1 Math Import Sin Cos Atan2 Radians Degrees Sqrt 2 Class Force Def Init Self Magnitude Ang Q35607249 . . . .

 

1 from math import sin, cos, atan2, radians, degrees, sqrt 2 class Force: def init_(self, magnitude, angle): self.magnitude m

I should get result #

103.1
-14.0

but my result is

90

0

how can I fix this plz?

1 from math import sin, cos, atan2, radians, degrees, sqrt 2 class Force: def init_(self, magnitude, angle): self.magnitude magnitude self.angle angle def get_horizontal (self): horizontal self.magnitude cos (radians(self.angle)) return horizontal 10 def get_vertical (self): vertical self.magnitude sin(radians (self.angle)) return vertical def get_angle (self, use_degrees True): if use_degrees True: 14 15 16 17 return self.angle else: return radians(self.angle) 19 def find_net_force(L_force): 20 21 total horizontale total verticale

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post