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 sistematix-mm23084
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.0.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.0.tar.gz.
File metadata
- Download URL: mm23084uno-1.0.0.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 |
adde322f3c14dcce04000c718c7e478b2c6f411823c0ef3d82c4e21934afb5df
|
|
| MD5 |
8b7f446a336ef44b79ceaa14229a64a0
|
|
| BLAKE2b-256 |
2d9a702c68c8ac77d312822aa5823f340f471dc93e5c95270eb43d5cb726ba8a
|
File details
Details for the file mm23084uno-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mm23084uno-1.0.0-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 |
2965ccf3c5c5164288ca32d18b19139016fdf5f06a75e57abd1565e0f50c9ba3
|
|
| MD5 |
911dd992a8ddc5825a6aad12f9a13a3c
|
|
| BLAKE2b-256 |
5f7eebe3bb178a7729cc841105813457e328216961e21f5d3a2313309b73fb05
|