Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 672 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 672 Bytes

motion

To Solve Motion 9th Class Problems

What this program done

We have given 3 equation of motion

(v: Final Velcoity, u: Initial Velocity,a:accelaration,t:time,s:Distance)

v = u + at (I equation) s = ut + att1/2 (II equation) 2as = (vv) - (u*u) (III equation)

We have to find a certain using this equation Example: If Time was not given but we gave to find s then we have to use III equation

All the args of function that are given to you in are SI UNIT

Example

Suppose You want to find acceleration then you can write like this:

Motion.fromGiven('a',u=5,t=2,v=10) It will result 2 Similiary This program will help you so much in physics