numerical methods Flashcards
(4 cards)
1
Q
what to do if u have to show that an equation has a root at 0.65, and when u see suitbale interval
A
sub in upper bound and lower bound, there should be a sign change
2
Q
trapezium rule
A
width x (1/2 first + rest + 1/2 last)
3
Q
when does newton raphson method not work
A
- at a stationary point
- when. iteration diverges
4
Q
A