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
- Host: GitHub
- URL: https://github.com/bocchio01/054361-metodi-analitici-e-numerici-per-l-ingegneria
- Owner: Bocchio01
- Created: 2024-09-13T21:31:30.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T21:31:33.000Z (9 months ago)
- Last Synced: 2025-01-22T10:24:07.781Z (5 months ago)
- Topics: alghorithms, mechanical-engineering, numerical-methods
- Language: MATLAB
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
Simulation of the satellite trajectory approaching Earth due to hypotetical air resistance
![]()
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.