Notes/UNB/Year 5/Semester 1/CS3113/Midterm 1 Review.md

8 lines
529 B
Markdown
Raw Normal View History

2024-10-11 08:53:21 -03:00
# 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