README.md
pyproject.toml
setup.cfg
src/MJ21013UNO.egg-info/PKG-INFO
src/MJ21013UNO.egg-info/SOURCES.txt
src/MJ21013UNO.egg-info/dependency_links.txt
src/MJ21013UNO.egg-info/top_level.txt
src/lineales/__init__.py
src/lineales/cramer.py
src/lineales/gauss.py
src/lineales/gauss_jordan.py
src/lineales/gauss_seidel.py
src/lineales/jacobi.py
src/lineales/lu.py
src/no_lineales/__init__.py
src/no_lineales/biseccion.py
tests/test_biseccion.py
tests/test_cramer.py
tests/test_gauss_elimination.py
tests/test_gauss_jordan.py
tests/test_gauss_seidel.py
tests/test_jacobi.py
tests/test_lu.py