Skip to content

All the code produced in the courses attended at the university or at high school.

Notifications You must be signed in to change notification settings

Bocchio01/University_Programming_Classes

Repository files navigation

Programming_Classes

This is where I keep track of all the code produced in the courses attended at the university or at high school.

What kind of code is here?

Being a mechanical engineering student, much of the code in the repo is not about essential algorithm performance, but about solving engineering/physics/real-world problems.

Most of the code concerns the use of complex mathematical variables (such as matrices and vectors), with which real-world phenomena can be described.

The main languages used are C, but in particular, for the more advanced classes, Matlab (yes, the university gave us the possibility of using the academic license :)).

The code is not always well documented, but I tried to keep track of the main ideas and the main results.