Back to Notes
LECTURE 2: Overview and Simple Error Analysis
Opening of the course with the following:
- Student
survey of interests in scientific computing
- Course
details
- Course plan
- Exams and
projects
- Scientific
computing problems
- Projects
- Email
- Basics: Taylor
expansion
- Four sets of
equations
- Newton's
equations for classical mechanics
- Maxwell's
equations for E&M
- Schrodinger
equation for quantum mechanics
- Yang-mills
equation for QCD
---- Actual Contents:
- Scientific Computation:
techniques to obtain solutions to mathematical models representing
physical situations.
- solve
equations
- data
management
- visualization
- symbolic
computing
2. Relations of Scientific Computation to other areas:
Science & engineeringàmathànumerical analysisà programmingà solutions
- Elements of
good programs
- reliability
- robustness
- portability
- maintainability
- Efficiency
- Error
Estimates:
- mean
b.
absolute error
c.
relative error
d.
root mean square error
e.
normalized scientific notation
|

|
|
where n = integer (-, 0, +) and r in [1, 10)
|
|
e.g.
|
- Sources of
errors
- algorithm
error---discretization error
- machine
error---rounding error
- unstable:
numerical process is unstable if small errors made at one stage get magnified
at subsequent stages and seriously degrade the accuracy of the overall
calculation
- ill
condition: relatively small changes in the input data produces large
changes in the solution