In my non-linear analysis code made in MATLAB 2013 by Newton Raphson method, the value is not converging at some point. But in other cases it worked fine.

Is it because of load increments,i have tried giving small load increments but its not working. Is there any way to adopt automatic load increments?

I tried using the formula (increment (i+1))=increment(i)*sqrt(no of desired iterations/no of iterations for previous increment)

Can anyone please suggest any way out?

Similar questions and discussions