Librería para resolver sistemas de ecuaciones lineales y no lineales
Project description
Métodos disponibles:
- Eliminación de Gauss
- Gauss-Jordan
- Regla de Cramer
- Descomposición LU
- Método de Jacobi
- Método de Gauss-Seidel
- Método de Bisección
Instalación (una vez publicada en PyPI)
pip install MM23084UNO==1.0.0
Ejemplo de uso
from sistematix import resolver_gauss
A = [[2, -1, 1], [1, 3, 2], [1, -1, 2]]
b = [2, 0, 3]
solucion = resolver_gauss(A, b)
print(solucion)
Autor
Ricardo Mora - mm23084@ues.edu.sv
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mm23084uno-1.0.1.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mm23084uno-1.0.1.tar.gz.
File metadata
- Download URL: mm23084uno-1.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e78f9d0c90ca75ae562a1d9d18c4698eb3e516f3dba67753dec54fed72329d70
|
|
| MD5 |
ea17e122db10b98dcae6ec522edde211
|
|
| BLAKE2b-256 |
47f1896cd0312ebd712e10572e274869358c86a061db6028f9e9ed95b5ea5d7f
|
File details
Details for the file mm23084uno-1.0.1-py3-none-any.whl.
File metadata
- Download URL: mm23084uno-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7a5ec60f5f8925ed419aeedec2f6e9807b4bfa09066b765374b73b1a07c45f5
|
|
| MD5 |
6427c4ab4e321b4ed2f28575b8209d30
|
|
| BLAKE2b-256 |
0ac07dac5fa549b7b785b07a51e368b5d1eb58512d7a8707cbf36cb01cc7eb9f
|