Week
|
Topics
|
Study Metarials
|
1
|
Introduction to numerical analysis, error concept and error types, Taylor and Maclaurin series
|
R1-Chapter 1, R2-Chapter 2, R3-Chapter 1
|
2
|
The solution of linear equation systems by numerical methods, matrix concepts, matrix types, matrix transposition, matrix operations, elementary row operations, the inverse of matrices
|
R4-Chapter 3, R5-Chapter 7
|
3
|
Determinant calculation (Sarrus method), minor and cofactor calculation, determinant calculation with cofactor, determinant properties
|
R4-Chapter 3, R5-Chapter 7
|
4
|
Solution method of linear equation systems, positive and semi-positive definite matrices, Cholesky factorization method, Jacobi iteration method, Gauss Seidel iteration method
|
R4-Chapter 3, R5-Chapter 7
|
5
|
Numerical solution of nonlinear equations, division by two method, interpolation method, Newton Raphson method
|
R6-Chapter 6, R7-Chapter 3, R3-Chapter 6, Chapter 8
|
6
|
Secant method, Repetition method, Least squares method
|
R6-Chapter 6, R7-Chapter 3, R3-Chapter 6, Chapter 8
|
7
|
Interpolation, linear interpolation method, curvilinear interpolation method, Lagrange interpolation method
|
R3-Chapter 7, R2-Chapter 9
|
8
|
Numerical differential, Taylor series method, Euler method
|
R1-Chapter 10, R2-Chapter 9
|
9
|
Picard iteration method, Range Kunta method
|
R1-Chapter 10, R2-Chapter 9
|
10
|
Second order Range Kunta method, Heun method
|
R1-Chapter 10, R2-Chapter 9
|
11
|
Midpoint method, Ralston method
|
R1-Chapter 10, R2-Chapter 9
|
12
|
Third order Range Kunta method, Fourth order Range Kunta method
|
R1-Chapter 10, R2-Chapter 9
|
13
|
Numerical integral, trapezoid rule
|
R1-Chapter 8, R2-Chapter 8
|
14
|
Simpson 1/3, Simpson 3/8
|
R1-Chapter 8, R2-Chapter 8
|