LICENSE
README.md
pyproject.toml
phimath/__init__.py
phimath.egg-info/PKG-INFO
phimath.egg-info/SOURCES.txt
phimath.egg-info/dependency_links.txt
phimath.egg-info/top_level.txt
phimath/calculas/__init__.py
phimath/calculas/differentiate.py
phimath/calculas/integrate.py
phimath/calculas/ode_solvers.py
phimath/control/__init__.py
phimath/control/numeric.py
phimath/control/symbols.py
phimath/linalg/__init__.py
phimath/linalg/array.py
phimath/linalg/matrix.py
phimath/linalg/solvers.py
phimath/linalg/vectors.py
phimath/math/__init__.py
phimath/math/constants.py
phimath/math/exp_log.py
phimath/math/func.py
phimath/math/trigo.py
phimath/physics/__init__.py
phimath/physics/constants.py
phimath/physics/mechanics.py
phimath/physics/optics.py
phimath/physics/thermodynamics.py
phimath/physics/vectorops.py
phimath/physics/waves.py
tests/test_mechanics.py
tests/test_memory.py
tests/test_performance.py
tests/test_precision.py
tests/test_symbolic.py