README.md
setup.py
pyposolver/__init__.py
pyposolver.egg-info/PKG-INFO
pyposolver.egg-info/SOURCES.txt
pyposolver.egg-info/dependency_links.txt
pyposolver.egg-info/requires.txt
pyposolver.egg-info/top_level.txt
pyposolver/maths/__init__.py
pyposolver/maths/differential_equations.py
pyposolver/maths/fourier_transforms.py
pyposolver/maths/integration.py
pyposolver/maths/linear_algebra.py
pyposolver/maths/numerical_methods.py
pyposolver/maths/root_finding.py
pyposolver/physics/__init__.py
pyposolver/physics/electromagnetism.py
pyposolver/physics/fluid_dynamics.py
pyposolver/physics/mechanics.py
pyposolver/physics/quantum_mechanics.py
pyposolver/physics/root_finding.py
pyposolver/physics/thermodynamics.py
tests/__init__.py
tests/test_maths.py
tests/test_physics.py