georgegiosue / Matematica

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿงฎ 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

About

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


Languages

Language:MATLAB 80.2%Language:Python 19.8%