Skip to content

NikhilRajPandey/motion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

To Solve Motion 9th Class Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages