How to make it not print each iteration result - Newton’s method

Hi all,

I am solving Non-linear problem with Newton’s method by using solve(F==0).
It automatically prints out the result of each iteration in the terminal but I want to make it not to display it.

Thanks in advance.

See for instance: Reduce command line output of solve

2 Likes