https://github.com/josgard94/metodo-de-biseccion
Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]
https://github.com/josgard94/metodo-de-biseccion
bisection bisection-method c c-plus-plus c-programming-language cplusplus metodos-numericos oriented-object-programming roots
Last synced: 3 months ago
JSON representation
Este programa aproxima las raíces de una función mediante el método de bisección utilizando un intervalo de inicio [a, b]
- Host: GitHub
- URL: https://github.com/josgard94/metodo-de-biseccion
- Owner: josgard94
- Created: 2020-09-21T08:52:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T05:52:13.000Z (over 1 year ago)
- Last Synced: 2025-03-31T03:47:05.294Z (3 months ago)
- Topics: bisection, bisection-method, c, c-plus-plus, c-programming-language, cplusplus, metodos-numericos, oriented-object-programming, roots
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metodo-de-Biseccion
Este programa aproxima las raices de una función mediante el metodo de bisección utilizando un intervalos de inicio [a, b]