Librería para resolver sistemas de ecuaciones lineales y no lineales
Project description
MS23056UNO
LibrerÃa hecha en Python para resolver sistemas de ecuaciones lineales y no lineales.
Métodos incluidos
- Eliminación de Gauss
- Gauss-Jordan
- Cramer
- Descomposición LU
- Jacobi
- Gauss-Seidel
- Bisección
Instalación
pip install MS23056UNO
Ejemplo de uso
from MS23056UNO.gauss import gauss_elimination
a = [[2, -1, 1],
[3, 3, 9],
[3, 3, 5]]
b = [2, -1, 4]
sol = gauss_elimination(a, b)
print("Solución:", sol)
Autor
Tu Nombre MS23056
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
ms23056uno-0.1.1.tar.gz
(3.1 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 ms23056uno-0.1.1.tar.gz.
File metadata
- Download URL: ms23056uno-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a039155e02a377ae20675f27f9093677fdb2e9eaaae3060758472b5e5de32fbd
|
|
| MD5 |
a1b3fadfe7fcd34b3da157f5eaef47a2
|
|
| BLAKE2b-256 |
83247aef62553970e6c5db41857cd406658b0df6b728c9bb176f9176b63d08c1
|
File details
Details for the file ms23056uno-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ms23056uno-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
428816f1a91c541112d13213548efcf06fe9736502db8c9e4765181701afc71f
|
|
| MD5 |
669c5ad07e630b4004db481a41ed4572
|
|
| BLAKE2b-256 |
f3b2e9e9ddeab6001bcddb37cbfe12a1429e876a99939d25585db137ae34d097
|