Skip to content

commanderxa/alphalabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpha Labs

Physics Simulations as an additonal approach to Study Physics. They are intended to be covered as an extra assignments before laboratory works.

Run

Google Colab

Google Colab is a free and open platform for Python Jupyter Notebook like programming, hence all simulations can be run there.

Kinematics

1D Motion

Open In Colab

2D Motion

Open In Colab

Free Fall

Open In Colab

Dynamics

Newton's First Law

Open In Colab

Newton's Second Law

Open In Colab

Newton's Third Law

Open In Colab

Center of Mass

Open In Colab

Momentum

Collisions

Open In Colab

Statics

Inclined Plane

Open In Colab

Lever

Open In Colab

Locally

Setup

Create the virtual environment to install Python packages:

python3 -m venv .venv

Activate the created environment:

source .venv/bin/activate

Install required packages:

pip install -r requirements.txt

About

Pre-labs simulations in Python with MuJoCo for university physics course enhancement

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published