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
Implement a new function prec::convergence which runs an iterative numerical method and estimates key values such as its convergence order and rate. The function should take as input the method to test, a distance function and a stopping criterion.
The text was updated successfully, but these errors were encountered:
Implement a new function
prec::convergence
which runs an iterative numerical method and estimates key values such as its convergence order and rate. The function should take as input the method to test, a distance function and a stopping criterion.The text was updated successfully, but these errors were encountered: