/Matematica

Interpolation, arc length, and volumes of solids of revolution.

Primary LanguageMATLAB

🧮 Matematica

Matematica is a repository that contains scripts for interpolation, arc length, and volumes of solids of revolution.

📚 Table of Contents

📖 About the Project

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.

🚀 Getting Started

To get a local copy up and running follow these simple steps:

  1. Clone the repository: git clone https://github.com/16george/Matematica.git
  2. Navigate to the project directory: cd Matematica

🛠️ Usage

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.

🤝 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request