An open API service indexing awesome lists of open source software.

https://github.com/bocchio01/054361-metodi-analitici-e-numerici-per-l-ingegneria

054361 Metodi analitici e numerici per l'ingegneria, A.Y. 2022/23, @Politecnico_di_Milano
https://github.com/bocchio01/054361-metodi-analitici-e-numerici-per-l-ingegneria

alghorithms mechanical-engineering numerical-methods

Last synced: 3 months ago
JSON representation

054361 Metodi analitici e numerici per l'ingegneria, A.Y. 2022/23, @Politecnico_di_Milano

Awesome Lists containing this project

README

        

# Metodi analitici e numerici per l'ingegneria (a.k.a. Analytical and numerical methods for engineering)

The aim was to learn some of the techniques used by computers to handle real-world problems and to keep track of the approximation generated in the final solution.

In the second half of the course we were talking about solving differential equations and all the problem related such as Cauchy problems, boundary conditions, etc. The code here is mostly about solving differential equations, but also about solving systems of linear equations and some other stuff.

The final part of the course was about Finite Element Method (FEM), and his implementation in Matlab using the Galerkian discretization algorithm.

## Some examples



Satelite_trajectory


Simulation of the satellite trajectory approaching Earth due to hypotetical air resistance



Cauchy-Dirichlet_problem


Example of a Cauchy-Dirichlet problem and his solution (using a non-complete Fourier Series)


Some more images are available in the [img](./img) folder.