CM: 1st Equation of motion-Position, velocity, and acceleration

 CLASSICAL MECHANICS

1st equation of motion
Position, velocity, and acceleration

Classical mechanics gives us a deterministic view of the world.



"""
POSITION,VELOCITY,ACCELERATION_magnitude&calculus
@author: J John Paul 
"""
"""
description of the program:
    This program is used to calculate velocity, acceleration, and time in two different ways.
Instructions:


    1. For the magnitude part of the program assigned the value 0 to the variable this is to be calculated
       for example: If you want to find time from initial velocity, final velocity, and acceleration the while
                    providing the values assing 0 to time.
    2. To find the velocity, acceleration, or position from an equation than before executing the program
       give the equation in the program code.
""" 
      


 
  

OUTPUT 



Note: I have not sent you the correct. there is a small error in the data types. I have done it wantedely. If you want a more efficient code try to correct it. 



Comments

Popular posts from this blog

Kinematics: Plotting displacement, velocity and acceleration

Bouncing ball simulation

Simple harmonic motion simulation - (Basic)