Numerical Methods Flashcards
1
Q
What is the general purpose of using numerical methods to solve equations?
A
- In order to solve equations (to find roots, areas etc) which we would not be able to solve using other methods.
2
Q
Which three numerical methods can be used to determine the root of an equation?
A
- Change of Sign.
- Newton Raphson.
- Iteration.
3
Q
Which two numerical methods can be used to estimate the area under a curve? (Used when integration cannot be done)
A
- Estimate using rectangles.
- Estimate using trapezium rule.