QUIZ 1
- What are the advantages and disadvantages of numerical analysis?
- possible to solve problems that may not be solvable by hand
- possible to solve problems (that you may have solved before) in a different way
- only need four operations (add, substract, multiply, division) and Comparasion
- analytical answer is not the true (exact) answer that it is always an approximation
- accuracy and precision concepts are important
- Describe truncation and round-off errors. Give example.
- Truncation Error: i.e., approximate
by the cubic power
approximating
with the cubic gives an inexact answer. The error is due to truncating the series.
- Round-off Error:
All computing devices represents numbers, except for integers and some fractions, with some imprecision
Floating-point numbers of fixed word length; the true values are usually not expressed exactly by such representations
- Describe a hypothetical numbering system with six bit representation?
- Say we have six bit representation (not single, double)
For positive range
For negative range
; even discontinuity at point zero since it is not in the ranges.
Very simple computer arithmetic system
the gaps between stored values are very apparent. Many values can not be stored exactly.
2004-10-12