Physics laws implemented as code. Based on SymPy Python library.
Main Page of the project contains full list of the laws.
pip install .Install with matplotlib for plotting support:
pip install .[plots]NOTE: for Windows users Python/Scripts folder should be added to the PATH environment variable
pip install -e .[dev,plots]Install symplyphysics and run:
cd examples/force_from_acceleration
python3 main.pyInstall with pytest:
pip install .[dev]Run tests:
pytest