solving the following nonlinear equation using the newton's method:
cos(2x-1)-e^x=0
Write Matlab script implementing this method.
As a termination criteruim, use the maximal number of itertions equal to 10.
Think about the choise of the initial guess.
Comments
Leave a comment