Habibullah Baharihabibullah.hashnode.dev·May 28, 2023Newton 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...Discuss·49 readsnewton-raphson
khandoker ananblog.khandokeranan.com·May 5, 2023Various Methods of Finding the Root of an Equation Using Numerical MethodLinear functions are trivial to solve, as are quadratic functions if you memorize the quadratic formula. However, polynomials of higher degrees and non-polynomial functions are much more difficult to solve. The simplest technique for solving these ty...Discuss·7 likes·49 readsnumerical computing