This repository contains implementations of various numerical methods used to solve mathematical problems, along with graphical representations that illustrate the results. The purpose of this project is to provide educational and practical examples to learn and apply different numerical approximation techniques.
To run the project, you will need to install the following dependencies:
- Python 3.x
- Required libraries (matplotlib, numpy, scipy)
You can install them by running:
pip install -r requirements.txt
- Clone the repository:
git clone https://github.com/JuanJRP/Numerical_Methods.git
- Navigate to the project directory:
cd Numerical_Methods
- Run the script corresponding to the numerical method you want to use. For example, to run the bisection method:
python Biseccion.py