The document outlines algorithms and C programs for three numerical methods: the bisection method, power method, and Lagrange's interpolation method. It provides step-by-step algorithms for each method, followed by corresponding C program implementations to find roots of nonlinear equations, largest eigenvalues and eigenvectors, and to perform interpolation, respectively. The content is aimed at students and practitioners in the field of numerical analysis.