8 lines
529 B
Markdown
8 lines
529 B
Markdown
|
# Definitions and Concepts
|
||
|
- Floating point number
|
||
|
- Convergence, conditioning, complexity
|
||
|
- Why is it important? We make the numerical methods to approximate the real answer (Convergence). For condition, when an approximation is made, when we make minor modifications to the input, we expect not a lot of variance in the in output. Complexity is the amount of time (CPU?) that a computer will need to use a method (Big O?)
|
||
|
- Main components of a floating point number?
|
||
|
-
|
||
|
- Machine epsilon
|
||
|
- Loss of significant bit. Truncation
|