LICENSE.txt
README.md
pyproject.toml
odeanimate/__init__.py
odeanimate/array.py
odeanimate/codomain.py
odeanimate/constants.py
odeanimate/curve.py
odeanimate/domains.py
odeanimate/fields.py
odeanimate/jupyter.py
odeanimate/matrix.py
odeanimate/meta.py
odeanimate/utils.py
odeanimate/vector.py
odeanimate.egg-info/PKG-INFO
odeanimate.egg-info/SOURCES.txt
odeanimate.egg-info/dependency_links.txt
odeanimate.egg-info/requires.txt
odeanimate.egg-info/top_level.txt
odeanimate/methods/__init__.py
odeanimate/methods/curves2D.py
odeanimate/methods/geometry.py
odeanimate/methods/integration.py
odeanimate/methods/ode.py
odeanimate/methods/polynomial.py
odeanimate/plots/__init__.py
odeanimate/plots/axes.py
odeanimate/plots/integrals.py
odeanimate/plots/ode.py
odeanimate/plots/vectors.py
tests/test_curves.py
tests/test_trayectory.py
tests/test_vector.py
tests/test_vector_2d.py
tests/test_vector_from_methods.py