You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because the 3-term recurrence becomes effectively 2-term (but with a zero difference every second step) and the stopping criterion decides that two successive approximations are close because they're equal.
The text was updated successfully, but these errors were encountered:
This happens because the 3-term recurrence becomes effectively 2-term (but with a zero difference every second step) and the stopping criterion decides that two successive approximations are close because they're equal.
The text was updated successfully, but these errors were encountered: