Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexvvr2000/metodos-analisis
Metodos de aproximacion con python
https://github.com/alexvvr2000/metodos-analisis
iterators python python312
Last synced: about 1 month ago
JSON representation
Metodos de aproximacion con python
- Host: GitHub
- URL: https://github.com/alexvvr2000/metodos-analisis
- Owner: alexvvr2000
- Created: 2024-02-15T23:36:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T17:36:21.000Z (10 months ago)
- Last Synced: 2024-02-20T00:52:25.499Z (10 months ago)
- Topics: iterators, python, python312
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Métodos de aproximación
Dentro de este proyecto se implementan los siguientes métodos de aproximación para ecuaciones de primer grado:
- [x] Bisección
- [x] Newton-Rapsoda
- [x] De Posición Falsa
- [x] De Recta Secante
- [ ] Híbrido