Skip to content

jeloskaisabel/Numerical-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Numerical Analysis

Description

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.

Examples Included

Parachutist Example

  • 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.

Tools and Libraries

Manim

  • 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

Requirements

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)

Installation

  1. Clone this repository to your local machine:
    git clone https://github.com/jeloskaisabel/Numerical-Analysis.git
  2. Navigate to the project directory:
    cd Numerical-Analysis
  3. (Optional) Create and activate a virtual environment:
    python -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  4. Install the necessary dependencies:
    pip install -r requirements.txt

Usage

To run the parachutist example:

python Ejemplo\ del\ paracaidista.py

Repository Structure

  • Ejemplo del paracaidista.py: Script that simulates the behavior of a parachutist using numerical methods.
  • requirements.txt: List of dependencies required to run the scripts.

Contributing

Contributions are welcome! If you have ideas to improve this repository, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, please contact:

Thank you for your interest in this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages