https://github.com/helcsnewsxd/famaf-computer_science-numerical_analysis
Laboratorios de la materia de Análisis Numérico de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
https://github.com/helcsnewsxd/famaf-computer_science-numerical_analysis
algorithms famaf-unc labs matplotlib numerical-analysis numerical-methods optimization python university-subjects
Last synced: 3 months ago
JSON representation
Laboratorios de la materia de Análisis Numérico de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
- Host: GitHub
- URL: https://github.com/helcsnewsxd/famaf-computer_science-numerical_analysis
- Owner: helcsnewsxd
- License: mit
- Created: 2022-05-22T18:51:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T20:14:43.000Z (10 months ago)
- Last Synced: 2024-07-24T23:29:10.972Z (10 months ago)
- Topics: algorithms, famaf-unc, labs, matplotlib, numerical-analysis, numerical-methods, optimization, python, university-subjects
- Language: Python
- Homepage:
- Size: 1.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Análisis Numérico - Edición 2022
Repositorio que contiene todo el material del laboratorio de la materia "Análisis Numérico 2" - Edición 2022.
El repositorio oficial de la materia se puede encontrar [aquí](https://github.com/lbiedma/anfamaf2022).
## Algoritmos
| Algoritmo | Implementación |
| --------- | -------------- |
| Automatización de gráficos | [Python](./algoritmos/Graficos.py) |
| Horner | [Python](./algoritmos/Horner.py) |
| Método de Newton (Raíces) | [Python](./algoritmos/Newton_(Raiz).py) |
| Bisección | [Python](./algoritmos/Biseccion.py) |
| Interpolación de Newton | [Python](./algoritmos/Newton_(Interpolacion).py) |
| Interpolación de Lagrange | [Python](./algoritmos/Lagrange.py) |
| Punto fijo | [Python](./algoritmos/Punto_fijo.py) |
| Splines | [Python](./algoritmos/Splines.py) |
| Aproximación por cuadrados mínimos | [Python](./algoritmos/Cuadrados_minimos_discreta.py) |
| Aproximación de integrales | [Python](./algoritmos/Integrales.py) |
| Eliminación Gaussiana | [Python](./algoritmos/Eliminacion_gaussiana.py) |
| Descomposición LU | [Python](./algoritmos/Descomposicion_LU.py) |
| Jacobi | [Python](./algoritmos/Jacobi.py) |
| Gauss-Seidel | [Python](./algoritmos/Gauss_Seidel.py) |## Laboratorios resueltos
| Laboratorio | Enunciado | Resolución |
| ----------- | --------- | ---------- |
| 0 | [Enunciado](./laboratorios/lab0/enunciado.pdf) | |
| 1 | [Enunciado](./laboratorios/lab1/enunciado.pdf) | [Carpeta](./laboratorios/lab1/) |
| 2 | [Enunciado](./laboratorios/lab2/enunciado.pdf) | [Carpeta](./laboratorios/lab2/) |
| 3 | [Enunciado](./laboratorios/lab3/enunciado.pdf) | [Carpeta](./laboratorios/lab3/) |
| 4 | [Enunciado](./laboratorios/lab4/enunciado.pdf) | [Carpeta](./laboratorios/lab4/) |
| 5 | [Enunciado](./laboratorios/lab5/enunciado.pdf) | [Carpeta](./laboratorios/lab5/) |
| 6 | [Enunciado](./laboratorios/lab6/enunciado.pdf) | [Carpeta](./laboratorios/lab6/) |
| 7 | [Enunciado](./laboratorios/lab7/enunciado.pdf) | [Carpeta](./laboratorios/lab7/) |## Exámenes resueltos
| Examen | Enunciado | Resolución |
| ------ | --------- | ---------- |
| 2do parcial 2022 | [Enunciado](./examenes/2do_parcial/parcial2_2022.pdf) | [Python](./examenes/2do_parcial/2do_parcial.py) |
| Final 2022-07-27 | [Enunciado](./examenes/final_2022-07-27/enunciado.pdf) | [Python](./examenes/final_2022-07-27/Final.py) |
| Final 2021-07-05 (Práctica) | [Enunciado](./examenes/final_2021-07-05/enunciado.pdf) | [Python](./examenes/final_2021-07-05/Final_2021_07_05.py) |
| Final 2021-08-11 (Práctica) | [Enunciado](./examenes/final_2021-08-11/enunciado.pdf) | [Python](./examenes/final_2021-08-11/Final_2021_08_11.py) |
| Final 2022-02-23 (Práctica) | [Enunciado](./examenes/final_2022-02-23/enunciado.pdf) | [Python](./examenes/final_2022-02-23/Final_2022_02_23.py) |
| Final 2022-07-05 (Práctica) | [Enunciado](./examenes/final_2022-07-05/enunciado.pdf) | [Python](./examenes/final_2022-07-05/Final_2022_07_05.py) |