Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 934 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 934 Bytes

Numerical_Methods with Graphs

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.

Requirements

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    

Running the Project

  1. Clone the repository:
    git clone https://github.com/JuanJRP/Numerical_Methods.git
  2. Navigate to the project directory:
    cd Numerical_Methods
  3. Run the script corresponding to the numerical method you want to use. For example, to run the bisection method:
    python Biseccion.py