carlobeni / Numerical-Math-Functions

Set of Python functions for numerical resolution of equations in the real domain. False Position, Bisection, Secant Method, and Newton-Raphson are employed for effective solution finding. The results are displayed in the terminal in LaTeX format. πŸπŸ”’πŸ–₯️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

basic-math-iteration-functions

Los resultados son mostrados en la terminal en tablas con formato latex (pip install texttable) imagen_2022-09-05_193221896

About

Set of Python functions for numerical resolution of equations in the real domain. False Position, Bisection, Secant Method, and Newton-Raphson are employed for effective solution finding. The results are displayed in the terminal in LaTeX format. πŸπŸ”’πŸ–₯️

License:MIT License


Languages

Language:Python 100.0%