This document presents methods for solving single non-linear equations and systems of non-linear equations numerically. It describes the Newton-Raphson and secant methods. The Newton-Raphson method uses iterative approximations based on the Taylor series expansion and its derivative to find roots. The secant method approximates the derivative as the difference quotient. MATLAB functions are provided to implement both methods to find roots of sample non-linear equations.