Numerical Programming I - Winter 08: Difference between revisions

From Sccswiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 7: Line 7:
| audience = Computational Science and Engineering, 1st semester ([https://www.in.tum.de/myintum/kurs_verwaltung/cm.html?cmid=228&lang=en module IN2156])
| audience = Computational Science and Engineering, 1st semester ([https://www.in.tum.de/myintum/kurs_verwaltung/cm.html?cmid=228&lang=en module IN2156])
| tutorials = [[ Stefanie Schraufstetter]]
| tutorials = [[ Stefanie Schraufstetter]]
| exam = see [[#Exam |here]]
| exam = February 19th (see [[#Exam |here]])
}}
}}




= News =
= News =
<font color=red>
The results of the exam are available now via the mytum-Portal. Fpr details to the exam review and the repeat exam see [[#Exam |here]].
<!--<font color=red>
'''Changes in schedule:'''
'''Changes in schedule:'''
* Monday, Jan 12th: lecture (instead of tutorial)
* Thursday, Jan 15th: tutorial (instead of lecture)
* Tuesday, Jan 20th: no course
* Monday, Jan 26th: lecture (instead of tutorial)
* Monday, Jan 26th: lecture (instead of tutorial)
* Tuesday, Jan 27th: tutorial (instead of lecture)
* Tuesday, Jan 27th: tutorial (instead of lecture)
</font>
</font>
-->


If you are <b>not</b> a CSE student, then please register for the exam via email (schraufs@in.tum.de) by the end of January.




Line 52: Line 48:
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_05.pdf Chapter 5:] Direct Methods for Solving Linear Systems of Equations
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_05.pdf Chapter 5:] Direct Methods for Solving Linear Systems of Equations
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_06.pdf Chapter 6:] The Symmetric Eigenvalue Problem
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_06.pdf Chapter 6:] The Symmetric Eigenvalue Problem
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_07.pdf Chapter 7:] Iterative Methods: Roots and Optima
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_07.pdf Chapter 7:] Iterative Methods: Roots and Optima (addendum: [http://www.cs.cmu.edu/~quake-papers/painless-conjugate-gradient.pdf Painless CG])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_08.pdf Chapter 8:] Ordinary Differential Equations  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/slides/handout_08.pdf Chapter 8:] Ordinary Differential Equations  


Line 60: Line 56:


Here are the sheets for the tutorial:
Here are the sheets for the tutorial:
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_01.pdf Exercise 1:] Mathematical Essentials  ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_01.pdf solution])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_01.pdf Exercise 1:] Mathematical Essentials   
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_02.pdf Exercise 2:] Linear Algebra ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_02.pdf solution])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_02.pdf Exercise 2:] Linear Algebra  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_03.pdf Exercise 3:] Calculus of one Variable ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_03.pdf solution])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_03.pdf Exercise 3:] Calculus of one Variable  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_04.pdf Exercise 4:] Calculus of Several Variables ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_04.pdf solution])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_04.pdf Exercise 4:] Calculus of Several Variables  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_05.pdf Exercise 5:] Stochastics and Statistics  ([http://www.math.unb.ca/~knight/utility/NormTble.htm Normal Distribution Table], [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_05.pdf solution])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_05.pdf Exercise 5:] Stochastics and Statistics  ([http://www.math.unb.ca/~knight/utility/NormTble.htm Normal Distribution Table])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_06.pdf Exercise 6:] Floating Point Numbers and Condition ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_06.pdf solution], [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/prog06.tar.gz Matlab code])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_06.pdf Exercise 6:] Floating Point Numbers and Condition  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_07.pdf Exercise 7:] Interpolation I ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_07.pdf solution], [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/prog07.tar.gz Matlab code])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_07.pdf Exercise 7:] Interpolation I
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_08.pdf Exercise 8:] Interpolation II ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_08.pdf solution], [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/prog08.tar.gz Matlab code])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_08.pdf Exercise 8:] Interpolation II  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_09.pdf Exercise 9:] Numerical Quadrature (<!--[http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_09.pdf solution], -->[http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/prog09.tar.gz Matlab code])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_09.pdf Exercise 9:] Numerical Quadrature  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_10.pdf Exercise 10:] Direct Methods for Solving Linear Systems for Equations <font color=red> (will be discussed on Jan 15th) </font>
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_10.pdf Exercise 10:] Direct Methods for Solving Linear Systems for Equations  
<!-- ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_10.pdf solution], [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/prog10.tar.gz Matlab code])-->
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_11.pdf Exercise 11:] Symmetric Eigenvalue Problem  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_11.pdf Exercise 11:] Symmetric Eigenvalue Problem<!-- ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_11.pdf solution], [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/prog11.tar.gz Matlab code])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_12.pdf Exercise 12:] Iterative Methods: Roots and Optima  
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_12.pdf Exercise 12:] Iterative Methods: Roots and Optima ([http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/solution_12.pdf solution], [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/prog12.tar.gz Matlab code])
* [http://www5.in.tum.de/lehre/vorlesungen/num_prog_cse/ws08/tutorial/exercise_13.pdf Exercise 13:] Ordinary Differential Equations
-->




Line 83: Line 78:


= Exam =
= Exam =
The written exam will take place on '''February 19th from 10:15 to 11:45''' in the lecture room '''MW 0350''' (mechanical engineering building).
The written exam will take place on '''February 19th at 10:15''' in the lecture room '''MW 0350''' (mechanical engineering building) and will take 100 minutes.
There will be allowed not more than '''1 hand-written sheet of paper (no copies!) with your own notices (no calculators, no books, no laptops, ...)'''.
There will be allowed not more than '''1 hand-written sheet of paper (no copies!) with your own notices (no calculators, no books, no laptops, ...)'''.


The subject matter of the exam contains '''the lecture and the tutorials as well as the programming exercises'''! There will be no test exam.
The subject matter of the exam contains '''the lecture and the tutorials as well as the programming exercises'''! There will be no test exam.
The best preparation is to repeat the exercise sheets (compute them by yourself once again) and the slides of the lecture ("did I understand it?") and to do the programming exercises (not only to read the code of the solution!). Then, you won't have any problems in the exam.
The best preparation is to repeat the exercise sheets (compute them by yourself once again) and the slides of the lecture ("did I understand it?") and to do the programming exercises (not only to read the code of the solution!). Then, you won't have any problems in the exam.
<!--
If you are <b>not</b> a CSE student, then please register for the exam via email (schraufs@in.tum.de) by the end of January. Registration is closed now!
-->
The results of the exam are available now via the mytum-Portal. Log in with your mytum-account to access your result.
The exam review will be on Thursday, March 19th, 2009, 12:30-13:00 in the room 02.05.011B (next to the seminar room 02.07.023).
The oral repeat exam (only for students who failed the regular exam) will take place on Thursday, Apr 14, 2008 in the afternoon. Please contact Stefanie Schraufstetter as soon as possible for more details if you have not done that yet.


If you are <b>not</b> a CSE student, then please register for the exam via email (schraufs@in.tum.de) by the end of January.


Please have a look on this webpage some days before the exam because there still may be some changes!





Latest revision as of 08:34, 19 March 2009

Term
Winter 08
Lecturer
Univ.-Prof. Dr. Hans-Joachim Bungartz
Time and Place
Lecture: Tuesday 9:00 - 10:30, lecture room 02.07.023; Thursday 12:00 - 13:30, lecture room 02.07.023
Tutorial: Monday, 14:15 - 15:45, lecture room 02.07.023
Audience
Computational Science and Engineering, 1st semester (module IN2156)
Tutorials
Stefanie Schraufstetter
Exam
February 19th (see here)
Semesterwochenstunden / ECTS Credits
6 SWS (4V + 2Ü) / 8 Credits
TUMonline
{{{tumonline}}}



News

The results of the exam are available now via the mytum-Portal. Fpr details to the exam review and the repeat exam see here.


Contents

This course provides an overview of numerical algorithms. Topics are:

  • Floating point arithmetics
  • Solving Linear systems
  • Interpolation
  • Quadrature
  • Eigenvalue problems
  • Basics of iterative methods
  • Basics of numerical methods for ordinary differential equations

The course will start with a short revision of mathematical foundations for numerical algorithms.


Lecture Notes


Tutorial

Here are the sheets for the tutorial:


Organization:

Problems will be available one week before being discussed in the tutorial. Within this time, you should try to solve them either on your own or within a small group. Some of the exercises are marked with a black triangle. These problems are intended to be presented in the tutorial by a student. So you should be able to demonstrate the marked problems at the board. Active participation is crucial for admission to the final exam. Problems marked with 'P' are programming assignments. Solve this problems with MATLAB. A solution will be demonstrated and discussed in the tutorial.


Exam

The written exam will take place on February 19th at 10:15 in the lecture room MW 0350 (mechanical engineering building) and will take 100 minutes. There will be allowed not more than 1 hand-written sheet of paper (no copies!) with your own notices (no calculators, no books, no laptops, ...).

The subject matter of the exam contains the lecture and the tutorials as well as the programming exercises! There will be no test exam. The best preparation is to repeat the exercise sheets (compute them by yourself once again) and the slides of the lecture ("did I understand it?") and to do the programming exercises (not only to read the code of the solution!). Then, you won't have any problems in the exam.

The results of the exam are available now via the mytum-Portal. Log in with your mytum-account to access your result. The exam review will be on Thursday, March 19th, 2009, 12:30-13:00 in the room 02.05.011B (next to the seminar room 02.07.023).

The oral repeat exam (only for students who failed the regular exam) will take place on Thursday, Apr 14, 2008 in the afternoon. Please contact Stefanie Schraufstetter as soon as possible for more details if you have not done that yet.



Literature

  • Stoer, Bulirsch: Numerische Mathematik, Springer-Verlag, part 1 (8. edition 1999) and part 2 (4. edition 2000)
  • Stoer, Bulirsch: Introduction to Numerical Analysis, Springer, 3. edition 2002
  • Dahlquist, Björck: Numerical Methods in Scientific Computing: Volume 1 & 2, SIAM 2008, http://www.mai.liu.se/~akbjo/NMbook.html
  • Press, Flannery, Teukolsky, Vetterling: Numerical Recipes, Cambridge University Press
  • Golub, Ortega: Scientific Computing: An Introduction with Parallel Computing, Academic Press, 1993