Difference between revisions of "Introduction to Programming - Winter 08"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
| term = Winter 08 | | term = Winter 08 | ||
| lecturer = [[Univ.-Prof. Dr. Hans-Joachim Bungartz]] | | lecturer = [[Univ.-Prof. Dr. Hans-Joachim Bungartz]] | ||
− | | timeplace = Thursdays, 10:00-11:30, | + | | timeplace = Thursdays, 10:00-11:30, Lecture room 02.07.023, Begin: 23.10.2008 |
| credits = 4 SWS / 6 Credits | | credits = 4 SWS / 6 Credits | ||
| audience = Computational Science and Engineering, 1. Semester | | audience = Computational Science and Engineering, 1. Semester | ||
− | | tutorials = Tuesdays, 13:30-17:00 | + | | tutorials = Tuesdays, 13:30-17:00, Computer lab 02.05.036 |
| exam = - | | exam = - | ||
}} | }} | ||
Line 11: | Line 11: | ||
= Contents = | = Contents = | ||
+ | |||
+ | * Basic elements of the programming language: expressions and variables, statements, functions and parameters, recursion, data structures, control structures | ||
+ | * Applications in scientific computing: iterative methods, matrix computation, systems of linear equations, PDE on Cartesian grids | ||
+ | * Object oriented programming: objects and classes, collections, inheritance, polymorfism | ||
+ | |||
+ | The tutorial is organized as a series of small projects. The projects are published in the Exercises section of the [http://www.cse.tum.de/vtc/IntProg/ CSE Teaching Centre]. | ||
+ | |||
+ | = Recommended Reading = | ||
+ | |||
+ | = News = |
Revision as of 12:08, 21 July 2008
- Term
- Winter 08
- Lecturer
- Univ.-Prof. Dr. Hans-Joachim Bungartz
- Time and Place
- Thursdays, 10:00-11:30, Lecture room 02.07.023, Begin: 23.10.2008
- Audience
- Computational Science and Engineering, 1. Semester
- Tutorials
- Tuesdays, 13:30-17:00, Computer lab 02.05.036
- Exam
- -
- Semesterwochenstunden / ECTS Credits
- 4 SWS / 6 Credits
- TUMonline
- {{{tumonline}}}
Contents
- Basic elements of the programming language: expressions and variables, statements, functions and parameters, recursion, data structures, control structures
- Applications in scientific computing: iterative methods, matrix computation, systems of linear equations, PDE on Cartesian grids
- Object oriented programming: objects and classes, collections, inheritance, polymorfism
The tutorial is organized as a series of small projects. The projects are published in the Exercises section of the CSE Teaching Centre.