This repository contains various exercises and examples related to numerical analysis. The project includes implementations of different numerical methods used to solve mathematical and scientific problems. The examples are designed to be educational and illustrative, providing insights into the application of numerical techniques.
- File: Ejemplo del paracaidista.py
- Description: This script demonstrates the use of numerical methods to analyze the dynamics of a parachutist. It includes the simulation of the parachutist's behavior under various conditions using differential equations.
- Description: Manim is an animation engine for explanatory math videos. It is used in this project to create visualizations and animations that help explain complex mathematical concepts in a more understandable way.
- Installation:
pip install manim
- Usage:
manim -pql your_script.py
To run the scripts and examples included in this repository, you need to have the following installed:
- Python 3.x
- Required libraries listed in
requirements.txt(if applicable)
- Clone this repository to your local machine:
git clone https://github.com/jeloskaisabel/Numerical-Analysis.git
- Navigate to the project directory:
cd Numerical-Analysis - (Optional) Create and activate a virtual environment:
python -m venv env source env/bin/activate # On Windows use `env\Scripts\activate`
- Install the necessary dependencies:
pip install -r requirements.txt
To run the parachutist example:
python Ejemplo\ del\ paracaidista.pyEjemplo del paracaidista.py: Script that simulates the behavior of a parachutist using numerical methods.requirements.txt: List of dependencies required to run the scripts.
Contributions are welcome! If you have ideas to improve this repository, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please contact:
- Jeloska Isabel Chavez Paredez - [[email protected]]
Thank you for your interest in this project!