
β
Description
β
β
Features
β
β
Contributions
β
This repository provides a cross-languages collection of numerical algorithms implemented in
Caution
The functions are evaluated in formulas already defined in the code depending on the method used, change the part of the code if needed.
-
π’ Multiple Numerical Methods: Includes implementations of various root-finding techniques like Newton-Raphson and others.
-
π Cross-language Support: Code available in both Python and Go, making it flexible for different development environments.
-
π§ Educational Focus: Designed with clarity in mind to support learning and comparison between methods.
-
βοΈ Modular and Easy to Modify: Each algorithm is separated into modules, making it simple to edit or expand the codebase.
-
π Results in table format: The iterations of each method are displayed in organized tables, allowing you to clearly see values such as current approximation, error and function evaluation.
-
</> Command-Line Interface: Run and interact with the program through the terminal with helpful colored outputs.
You can choose your preferred languaje and chek its specific instructions:
Feel free to fork this repository and propose improvements or additional features though pull requests.