Skip to content

Sam783/Projectile-Motion-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projectile Motion Simulator

This python program simulates the trajectory of a projectile launched at an angle to the horizontal. It calculates various parameters of the projectile motion and visualizes the trajectory using matplotlib animations.

  • Calculate time of flight, maximum range, and maximum height of the projectile.
  • Save trajectory data to a specified file.
  • Plot the projectile trajectory using matplotlib animations.

Prerequisites

  • Python 3.x
  • numpy
  • matplotlib
  • streamlit

image

image