Overview of first week

  • Thursday: First lecture: Presentation of the course, aims and content
  • Thursday: Second Lecture: Introduction to C++ programming (chapters 2 and 3 of lecture notes) and start discussion of project 1.
  • Friday: Numerical precision and C++ programming, continued and discussion of project 1 (chapter 2 and 3 of lecture notes)
  • Numerical differentiation and loss of numerical precision (chapter 3 lecture notes)
  • Computer lab: Thursday and Friday. First time: Thursday and Friday this week, Presentation of hardware and software The first two weeks we focus on simple programming exercises, start with project 1 and to set up GitHub/GitLab (with git as version control software) and QTcreator as IDE (integrated Development Environment). This week we discuss how to set up git and obtain a GitHub/GitLab account and look at simple programming exercises and for those interested start with project 1. We discuss also how to install C++ compilers.
  • The recommended programming exercises for the first week: Exercises 3.1, 2.1 and 2.2 in Lecture notes. Exercise 3.1 is the most relevant for project 1.