Matematica is a repository that contains scripts for interpolation, arc length, and volumes of solids of revolution.
This project contains scripts written in MATLAB and Python that perform various mathematical operations such as interpolation, calculating arc length, and calculating volumes of solids of revolution.
To get a local copy up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/16george/Matematica.git
- Navigate to the project directory:
cd Matematica
Each script in the repository performs a specific mathematical operation:
Interpolacion_Volumen_SOLIDO_REVOLUCION.m
: This MATLAB script performs interpolation and calculates the volume of solids of revolution.Longitud_De_Arco.m
: This MATLAB script calculates the arc length.agl_integracion_numerica.py
: This Python script performs numerical integration.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request