Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etra0/find-roots
https://github.com/etra0/find-roots
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/etra0/find-roots
- Owner: etra0
- Created: 2017-09-16T04:26:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T13:17:20.000Z (over 7 years ago)
- Last Synced: 2024-12-25T11:43:41.003Z (about 2 months ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find roots
Métodos para encontrar 0 basados en el ramo Algoritmos y Complejidad
dictado el semestre 2017-2.Se puede probar en http://saedo.me/apps/viz/find-roots
Hecho en Javascript usando `d3js`.
# TODO
* [x] Método de la secante
* [ ] Método de Newton
* [ ] Método de la bisección