You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello group,
I'm trying to find the roots of some functions using different
algorithms then compare with FindRoot. However, I'm using number of
iterations as my performance metric.
Is there a function in Mathematica that I can use to count number of
iterations automatically especially in functions requiring iterations?
Thanks.
Oleksandr Rasputinov
unread,
Sep 26, 2011, 4:22:56 AM9/26/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Most functions of this type accept the StepMonitor option, which can be
used to count or otherwise analyse the steps taken. Many detailed examples
of this are given in the documentation for StepMonitor, so I will refrain
from giving an example here.
Afolabicrystal
unread,
Sep 26, 2011, 8:12:22 PM9/26/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message