HBHabibullah Baharinihabibullah.hashnode.dev·May 28, 2023 · 3 min readNewton Raphson MethodOverview In numerical analysis, finding the roots of a function is a common and essential task. The Newton-Raphson method is a widely used numerical technique for finding the root of a real-valued function. It is an iterative method that refines an i...00
HBHabibullah Baharinihabibullah.hashnode.dev·May 15, 2023 · 2 min readHorner’s Method for Polynomial EvaluationOverview Horner's method, also known as Horner's scheme or Horner's rule, is an algorithm used for efficiently evaluating polynomials. It allows for the calculation of polynomial values by reducing the number of required multiplications and additions...00