Libreria para resolver sistema de ecuaciones lineales y no lineales.
Project description
HS23005UNO
Librería para resolver sistemas de ecuaciones lineales y no lineales
Este proyecto incluye implementaciones de diferentes métodos numéricos como:
- Gauss
- Gauss-Jordan
- Cramer
- Descomposición LU
- Jacobi
- Gauss-Seidel
- Bisección (para ecuaciones no lineales)
Instalación
-
Clona el repositorio o descarga los archivos.
-
Navega a la carpeta del proyecto y ejecuta:
pip install HS23005UNO
# como ejecutarlo
con el comando python hs23005uno
## Ejemplo de uso
## con metodo Biseccion
Ejemplo para f(x) = x**3 + 4*x**2 - 10
Ingrese el límite inferior a: 1
Ingrese el límite superior b: 2
Ingrese la tolerancia (ej: 1e-5): 1e-5
Ingrese el numero maximo sw interacciones: 100
Resultado: Raíz aproximada = 1.365234375
##Ejemplo de uso para lo demas metodos
2x + y = 11
5x + 7y = 13
## en la terminal
Ingrese el numero de incognitas: 2
fila 1: 2 1
Fila 2: 5 7
Vector b: 11 13
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
hs23005uno-0.0.2.tar.gz
(4.5 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 hs23005uno-0.0.2.tar.gz.
File metadata
- Download URL: hs23005uno-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4725091a60e3fc416ea0f48964e73d18cd1fb62f815d26639d104baf18ef523
|
|
| MD5 |
018d61e36e7d45a78d940db036f365d9
|
|
| BLAKE2b-256 |
be7367d8ec8688661ea26836f0979922270467b2096d288770a9ee90f757b961
|
File details
Details for the file hs23005uno-0.0.2-py3-none-any.whl.
File metadata
- Download URL: hs23005uno-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22d7ac74f4a760593e41102962e84bf0b24c6a73c3e1b21425aee3a37e1af85e
|
|
| MD5 |
858b691f6ebe1bf87a4a7c462a627c55
|
|
| BLAKE2b-256 |
401a878c06f622f2a6066e1211744d1a860e310c1f266902d9e02530cbe01802
|