Project 3: Numerical methods in Python, R and Matlab

Proyecto 3: Métodos numéricos en Python, R y Matlab

Numerical Methods Project

Methods in MATLAB | Python | R

Repository

You can view the complete project on GitHub: Numerical Methods in Python, R, and Matlab.

Interpolation

Differentiation

Single and Multiple Integration

Single:

Multiple:

Numerical Methods for ODEs:

Initial Value Problem (IVP)

We will solve initial value problems for first-order differential equations, systems of first-order differential equations, and higher-order differential equations.

Boundary Value Problems (BVP)

Systems of Linear Equations

Nonlinear Equations

We will use iterative methods, creating a script for Newton and another commented one where changes can be made to quickly modify the method to be used.

Systems of Nonlinear Equations

We will use iterative methods, creating a script for Newton and another commented one where changes can be made to quickly modify the method to be used.

Polynomials

Functions that help us find the roots and coefficients necessary for Gauss quadratures.

Proyecto de Métodos Numéricos

Métodos en MATLAB | Python | R

Repositorio

Puedes ver el proyecto completo en GitHub: Numerical Methods in Python, R, and Matlab.

Interpolación

Diferenciación

Integración Simple y Múltiple

Simple:

Múltiple:

Métodos Numéricos para EDOs:

Problema del Valor Inicial (PVI)

Vamos a resolver problemas de valor inicial de ecuaciones diferenciales de primer orden, sistemas de ecuaciones diferenciales de primer orden y ecuaciones diferenciales de orden superior.

Problemas de Contorno (PVC)

Sistemas de Ecuaciones Lineales

Ecuaciones No Lineales

Usaremos métodos iterativos, creando un script para Newton y otro comentado donde se indique dónde hacer cambios para modificar rápidamente el método a utilizar.

Sistemas de Ecuaciones No Lineales

Usaremos métodos iterativos, creando un script para Newton y otro comentado donde se indique dónde hacer cambios para modificar rápidamente el método a utilizar.

Polinomios

Funciones que nos ayudan a conseguir las raíces y los coeficientes necesarios para hacer cuadraturas de Gauss.