====== Math 445 lecture 12: nonlinear equations and Newton's method ====== Topics for this lecture * The Newton method for solving nonlinear equations. * **if/else** statements: conditional execution * **break** statements: jumping out of loops * anonymous functions: syntax in Matlab and use * **fsolve**: Matlab's enhanced Newton method function