TopModels 2019 |
General InformationThe Scientific Modelling course (TopModels19) has several goals. The first, and perhaps the most fundamental, is to create a modelling atittude on the students: think about the fundamental points of the problem, learn from experience, create an algorithm to produce simulations, rethink about the fundamental points of the problems... A second goal of the course is to provide the necessary mathematical background to make efficient and accurate computer simulations. The evaluation is done through small homework assignments and a final project. The computer languages on which you can do your homeworks and final projects are only restricted to those that run in an Unix Shell. The students background is typically limited to Python, R and Java. You are welcome to use these languages. However if ou feel confident, languages like C or C++ are a wonderful base to a deeper understanding of the subtleties of algorithms. The performance used to be a point, but in modern computers, for the kind of problems that you are going to solve, you need to write highly efficient C code or highly inefficient Java code to notice a boring difference. One other point to mention is the ability that in both C and C++ you have GSL library running from the scratch. On the side of sripting languages, Python and R are big and powerful. Julia will become, in a newer future, a competitive rival. The reasons for this are quite obvious: from the base the efficiency of Julia leaves Python far behind, it can run Python code in it and it is easily extensible from C. Moreover, has some wonderful libraries, like JuliaDB, that makes it wonderful to work with (big) data. And in more mathematical style, it starts at 1! This is also the case of R, a beautiful (functional) language. The range of problems to model is restricted only by our imagination and time bounds. We have, due to the contact with a consortium of companies, a vast portfolio of practical problems. On top of that, besides the personal interests of the teachers, the students are motivated to come with their own problems. The bibliography will a set of notes to be deliver along the semester. |
Outline of the Course
|
Code examples
|
|