Title: Scientific Computing Lab
1Scientific Computing Lab
Scientific Computing in Computer Science
Institut für Informatik
- Partial Differential Equations
- Stationary Equations
Dr. Miriam Mehl
2Worksheet 2 Solution
a) Plot the function p(t) in a graph
3Worksheet 2 Solution
b) Compute and plot approximate solutions with
the help of explicit Euler and the method of
Heun.
4Worksheet 2 Solution
b) Compute and plot approximate solutions with
the help of explicit Euler and the method of
Heun.
5Worksheet 2 Solution
d) Compute and plot approx. solutions with the
help of implicit Euler and the Adams Moulton
method.
6Worksheet 2 Solution
d) Compute and plot approx. solutions with the
help of implicit Euler and the Adams Moulton
method.
7Worksheet 2 Solution
d) Compute the approximation error for each case
in b) and d).
8Worksheet 2 Solution
d) Compute the approximation error for each case
in b) and d).
9Stationary Partial Differential Equations
- independent variables space coordinates
- boundary value problems
- no start and end
10Discretization
- functions
- operators
- large system of linear equations
- typically sparse
finite difference/volume/element
11Iterative Solution of Systems of Linear Equations
- point-by-point processing
- eliminate local error
- iterate
- Gauss-Seidel solver
12More Information
- http//www.cse.tum.de/vtc/SciComp/
- 3.3 Discretizing partial Differential Equations
- 3.5 Iterative Solution of Large Sparse Linear
Systems